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 c596089 commit cc1b022Copy full SHA for cc1b022
Dockerfile.tmpl
@@ -7,12 +7,12 @@ RUN if [ "${CHECK_CODE}" = "clang" ] ; then \
7
fi
8
9
RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
10
- apk --no-cache add cppcheck --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/community \
+ apk --no-cache add cppcheck --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/community; \
11
12
13
RUN if [ "${CHECK_CODE}" = "false" ] ; then \
14
- apk --no-cache add python3 gcc make musl-dev cppcheck && \
15
- pip3 install testgres && \
+ apk --no-cache add python3 gcc make musl-dev cppcheck;\
+ pip3 install testgres; \
16
17
18
RUN mkdir -p /pg/data && \
0 commit comments