Skip to content

Commit

Permalink
Merge pull request #152 from i-bogomazov/master
Browse files Browse the repository at this point in the history
Add curl for convenience
  • Loading branch information
nevlkv committed Mar 21, 2024
2 parents aebc8fb + 8ef38a7 commit 44aa631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL description="Image with k8s-handle" \

ADD . /opt/k8s-handle/

RUN apk --no-cache add git ca-certificates bash openssl gcc libc-dev libffi-dev openssl-dev make \
RUN apk --no-cache add git ca-certificates bash curl openssl gcc libc-dev libffi-dev openssl-dev make \
&& cd /opt/k8s-handle \
&& python setup.py install \
&& apk del gcc libc-dev libffi-dev openssl-dev
Expand Down

0 comments on commit 44aa631

Please sign in to comment.