Skip to content

Commit

Permalink
Add rust & cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-PUID-0 committed Aug 9, 2024
1 parent 4f820a0 commit daa41ff
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 @@ -14,7 +14,7 @@ ENV \
TERM=xterm

RUN \
apk add --update --no-cache gcompat libstdc++ libxml2-utils curl tzdata nano ca-certificates wget fuse3 python3 build-base py3-pip python3-dev linux-headers ffmpeg && \
apk add --update --no-cache gcompat libstdc++ libxml2-utils curl tzdata nano ca-certificates wget fuse3 python3 build-base py3-pip python3-dev linux-headers ffmpeg rust cargo && \
ln -sf python3 /usr/bin/python && \
mkdir /log && \
python3 -m venv /venv && \
Expand Down

0 comments on commit daa41ff

Please sign in to comment.