Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3cac044

Browse files
committed
Fix tests
1 parent 915593e commit 3cac044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM postgres:${PG_VERSION}-alpine
33
ENV LANG=C.UTF-8 PGDATA=/pg/data
44

55
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; \
6+
echo 'http://dl-3.alpinelinux.org/alpine/edge/main' > /etc/apk/repositories; \
7+
apk --no-cache add clang-analyzer make musl-dev; \
78
fi
89

910
RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \

0 commit comments

Comments
 (0)