Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsongraca authored Dec 13, 2024
1 parent 14ea983 commit 7803620
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 @@ -4,7 +4,7 @@ RUN apk add --no-cache python3 python3-dev py3-pip \
make gcc g++ gfortran openblas-dev musl-dev libffi-dev newlib \
avrdude dfu-util \
iproute2 libsodium ffmpeg wget socat \
git bash tini shadow && \
git bash tini shadow curl && \
addgroup -g 1000 kdock && \
adduser -s '/bin/bash' -G kdock -u 1000 -h '/opt/kdock' -D kdock && \
python -m venv /opt/kdock/.venv && \
Expand Down

0 comments on commit 7803620

Please sign in to comment.