Skip to content

Commit

Permalink
Update dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Jul 12, 2024
1 parent 20d7baf commit ec9ea06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.pyinstaller
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM debian:bullseye
RUN apt-get update && apt-get install -y build-essential python3-cryptography \
python3-dev openssh-client sshpass
RUN apt-get install -y binutils libghc-zlib-dev musl-dev \
librust-libc-dev libc-devtools libffi-dev gcc g++ pwgen git \
rustup cargo
librust-libc-dev libc-devtools libffi-dev gcc g++ pwgen git cargo
RUN apt-get install -y python3-appdirs python3-mysqldb python3-yaml \
python3-toml python3-tomlkit python3-requests ansible && \
mkdir -p /tmp/deployment && rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit ec9ea06

Please sign in to comment.