mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix neoman
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
adc4d58f3e
commit
693019b4c7
|
@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
add-apt-repository ppa:yubico/stable && \
|
add-apt-repository ppa:yubico/stable && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
python-setuptools \
|
||||||
usbutils \
|
usbutils \
|
||||||
yubikey-neo-manager \
|
yubikey-neo-manager \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user