Skip to content

Commit

Permalink
feat: add --no-chache to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau authored and DavidHenryThoreau committed May 16, 2024
1 parent 77c4d7d commit 5370551
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 @@ -10,7 +10,7 @@ COPY . /usr/src/app

# install gcc
#RUN apt update && apt install gcc python3-dev -y
RUN apk add linux-headers gcc musl-dev libffi-dev py-pip bash
RUN apk add --no-cache linux-headers gcc musl-dev libffi-dev py-pip bash

# install requirements
ENV VIRTUAL_ENV=/opt/venv
Expand Down

0 comments on commit 5370551

Please sign in to comment.