aboutsummaryrefslogtreecommitdiff
path: root/ci/container/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/container/Dockerfile')
-rw-r--r--ci/container/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile
index 8787fa3..4580e48 100644
--- a/ci/container/Dockerfile
+++ b/ci/container/Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /build
COPY app/ .
#build internal libraries and copy the libraries to the /lib output directory
-RUN mkdir out/
+RUN mkdir out/ ssl/
RUN task build-libs
#APP CONTAINER