Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 13, 2024
1 parent 17d04fa commit 6b9dad4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ FROM python:3.12-alpine
WORKDIR /app

COPY requirements.txt requirements.txt
RUN apk add --no-cache gcc musl-dev linux-headers \
&& pip install -r requirements.txt \
&& apk del musl-dev linux-headers
RUN pip install --no-cache-dir -r requirements.txt

COPY . .

0 comments on commit 6b9dad4

Please sign in to comment.