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

Commit915593e

Browse files
committed
Fix tests
1 parentcc1b022 commit915593e

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-analyzermake 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)

[8]ページ先頭

©2009-2025 Movatter.jp