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 0c9e292 commit ecd13bcCopy full SHA for ecd13bc
Dockerfile.tmpl
@@ -13,7 +13,7 @@ RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
13
14
RUN if [ "${CHECK_CODE}" = "false" ] ; then \
15
echo 'http://dl-3.alpinelinux.org/alpine/edge/main' > /etc/apk/repositories; \
16
- apk --no-cache add python3 gcc make musl-dev cmocka-dev;\
+ apk --no-cache add curl python3 gcc make musl-dev cmocka-dev;\
17
pip3 install testgres; \
18
fi
19
0 commit comments