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

Commit ecd13bc

Browse files
committed
Travis CI: install curl for Codecov
1 parent 0c9e292 commit ecd13bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN if [ "${CHECK_CODE}" = "cppcheck" ] ; then \
1313

1414
RUN if [ "${CHECK_CODE}" = "false" ] ; then \
1515
echo 'http://dl-3.alpinelinux.org/alpine/edge/main' > /etc/apk/repositories; \
16-
apk --no-cache add python3 gcc make musl-dev cmocka-dev;\
16+
apk --no-cache add curl python3 gcc make musl-dev cmocka-dev;\
1717
pip3 install testgres; \
1818
fi
1919

0 commit comments

Comments
 (0)