Skip to content

Commit ad2c5d9

Browse files
authored
Add python3 and curl
1 parent caec1b7 commit ad2c5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN echo "UTC" > /etc/timezone
55

66
# Install essential build tools
77
RUN apk add --update --no-cache \
8-
g++ autoconf make \
8+
g++ autoconf make python3 curl \
99
git bash \
1010
npm yarn \
1111
#soap

0 commit comments

Comments
 (0)