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 3cac044 commit f949215Copy full SHA for f949215
Dockerfile.tmpl
@@ -4,7 +4,7 @@ ENV LANG=C.UTF-8 PGDATA=/pg/data
4
5
RUN if [ "${CHECK_CODE}" = "clang" ] ; then \
6
echo 'http://dl-3.alpinelinux.org/alpine/edge/main' > /etc/apk/repositories; \
7
- apk --no-cache add clang-analyzer make musl-dev; \
+ apk --no-cache add clang-analyzer make musl-dev gcc; \
8
fi
9
10
RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
0 commit comments