Skip to content

Commit

Permalink
fix cert path
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Feb 2, 2016
1 parent e7c0bfd commit 28fb4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM scratch
MAINTAINER akerl <[email protected]>
ENV DUCKTAPE_VERSION 0.3.2
ADD shim/shim /.shim
ADD cert /.cert
ADD arch/cert /.cert
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /.ducktape
RUN ["/.shim", ""]
RUN ["/.ducktape", "https://github.com/dock0/static_arch/releases/download/0.0.6/root.tar.bz2"]
Expand Down

0 comments on commit 28fb4f6

Please sign in to comment.