We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4205eaf commit e194cd4Copy full SHA for e194cd4
packaging/docker/Dockerfile
@@ -468,6 +468,10 @@ ENV ULTIMATE_TIMEOUT=90
468
# create directory to store temporary files
469
RUN mkdir -p "${ULTIMATE_DIR_TMP}"
470
471
+# install runtime dependencies for the WebBackend
472
+RUN apk add --no-cache "gcc" \
473
+ "libc-dev"
474
+
475
# install 'dockerize' for automatic configuration file creation
476
ENV DOCKERIZE_VERSION="v0.9.5"
477
RUN apk add --no-cache "wget" \
0 commit comments