Skip to content

Commit

Permalink
v0.0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 20, 2024
1 parent deb0969 commit 1225cea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Payload_Type/apfell/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ RUN apt-get -y update && \
apt-get install --no-install-recommends \
software-properties-common apt-utils make build-essential libssl-dev zlib1g-dev libbz2-dev \
xz-utils tk-dev libffi-dev liblzma-dev libsqlite3-dev protobuf-compiler \
binutils-aarch64-linux-gnu libc-dev-arm64-cross -y && \
apt-get purge -y && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
RUN python3 -m wheel --no-cache-dir --wheel-dir /wheels -r requirements.txt
binutils-aarch64-linux-gnu libc-dev-arm64-cross -y
RUN python3 -m pip wheel --wheel-dir /wheels -r requirements.txt

FROM python:3.11-slim-bookworm

Expand Down

0 comments on commit 1225cea

Please sign in to comment.