Skip to content

Commit 5f04ea8

Browse files
authored
Add curl to agency docker image (#178)
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa> Co-authored-by: Miroslav Kovar <miroslav.kovar@absa.africa>
1 parent 5b2df3c commit 5f04ea8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vcxagency-node/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ RUN apk add --no-cache \
88
gcc \
99
make \
1010
cmake \
11-
python2
11+
python2 \
12+
curl
13+
1214
RUN npm install -g yarn
1315

1416
USER node

0 commit comments

Comments
 (0)