fix neoman

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-09-27 17:35:00 -07:00
parent adc4d58f3e
commit 693019b4c7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -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/*