set workdir

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-11 02:43:00 -07:00
parent 3739c370d1
commit fc65bc72ae
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 0 deletions

View File

@ -38,4 +38,6 @@ RUN buildDeps=' \
&& rm -rf /usr/src/ykpersonalize \
&& apt-get purge -y --auto-remove $buildDeps
WORKDIR /root/
CMD [ "ykpersonalize", "--help" ]

View File

@ -14,4 +14,6 @@ RUN apt-get update && apt-get install -y \
yubico-piv-tool \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /root/
CMD [ "yubico-piv-tool", "--help" ]