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

Commit 915593e

Browse files
committed
Fix tests
1 parent cc1b022 commit 915593e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ 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 --repository http://dl-3.alpinelinux.org/alpine/edge/main; \
6+
apk --no-cache add clang-analyzer make musl-dev --repository http://dl-3.alpinelinux.org/alpine/edge/main; \
77
fi
88

99
RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
1010
apk --no-cache add cppcheck --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/community; \
1111
fi
1212

1313
RUN if [ "${CHECK_CODE}" = "false" ] ; then \
14-
apk --no-cache add python3 gcc make musl-dev cppcheck;\
14+
apk --no-cache add python3 gcc make musl-dev;\
1515
pip3 install testgres; \
1616
fi
1717

0 commit comments

Comments
 (0)