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

Commit cc1b022

Browse files
committed
Fix tests
1 parent c596089 commit cc1b022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ RUN if [ "${CHECK_CODE}" = "clang" ] ; then \
77
fi
88

99
RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
10-
apk --no-cache add cppcheck --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/community \
10+
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 && \
15-
pip3 install testgres && \
14+
apk --no-cache add python3 gcc make musl-dev cppcheck;\
15+
pip3 install testgres; \
1616
fi
1717

1818
RUN mkdir -p /pg/data && \

0 commit comments

Comments
 (0)