Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-11-23 13:05:19 -08:00
parent 4332fda3a8
commit e256239308
9 changed files with 42 additions and 289 deletions

View File

@@ -6,10 +6,14 @@
# --name yubico-piv-tool \
# jess/yubico-piv-tool
#
FROM debian:sid
FROM ubuntu:14.04
MAINTAINER Jessica Frazelle <jess@docker.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 \
pcscd \
usbutils \
yubico-piv-tool \