From 28fb4f6c29f1757c39120474988b2130456b1ba5 Mon Sep 17 00:00:00 2001 From: Les Aker Date: Mon, 1 Feb 2016 21:22:39 -0500 Subject: [PATCH] fix cert path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 003e016..67e7bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM scratch MAINTAINER akerl 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"]