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