Skip to content

Commit e194cd4

Browse files
committed
Add GCC as syntax checker to Docker image of WebBackend
1 parent 4205eaf commit e194cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packaging/docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ ENV ULTIMATE_TIMEOUT=90
468468
# create directory to store temporary files
469469
RUN mkdir -p "${ULTIMATE_DIR_TMP}"
470470

471+
# install runtime dependencies for the WebBackend
472+
RUN apk add --no-cache "gcc" \
473+
"libc-dev"
474+
471475
# install 'dockerize' for automatic configuration file creation
472476
ENV DOCKERIZE_VERSION="v0.9.5"
473477
RUN apk add --no-cache "wget" \

0 commit comments

Comments
 (0)