Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc1b022

Browse files
committed
Fix tests
1 parentc596089 commitcc1b022

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)

[8]ページ先頭

©2009-2025 Movatter.jp