Skip to content

Commit

Permalink
Revert "Fix building of amd64 docker image"
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin authored Apr 4, 2024
1 parent 13421e4 commit 8a5f688
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM --platform=$BUILDPLATFORM python:3.11-slim
FROM python:3.11-slim

WORKDIR /app

RUN apt-get update
RUN pip install --upgrade pip setuptools

COPY requirements.txt .
RUN pip3 install -r requirements.txt

Expand Down

0 comments on commit 8a5f688

Please sign in to comment.