mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 04:35:39 +02:00
add ykman
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
69f896f55f
commit
4b3f60992c
22
ykman/Dockerfile
Normal file
22
ykman/Dockerfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Run ykpersonalize in a container
|
||||||
|
#
|
||||||
|
# docker run --rm -it \
|
||||||
|
# --device /dev/bus/usb \
|
||||||
|
# --device /dev/usb
|
||||||
|
# --name ykpersonalize \
|
||||||
|
# jess/ykpersonalize
|
||||||
|
#
|
||||||
|
FROM ubuntu:16.04
|
||||||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
software-properties-common \
|
||||||
|
--no-install-recommends && \
|
||||||
|
add-apt-repository ppa:yubico/stable && \
|
||||||
|
apt-get update && apt-get install -y \
|
||||||
|
yubikey-manager \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
WORKDIR /root/
|
||||||
|
|
||||||
|
CMD [ "ykman", "--help" ]
|
Loading…
x
Reference in New Issue
Block a user