Skip to content

Commit

Permalink
dockerfile cleanup, reduce image size
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Nov 21, 2024
1 parent a35a985 commit 58d336d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM python:3.11-slim-bullseye

RUN apt update && apt install -y make

RUN pip install --no-cache-dir pip --upgrade
RUN pip install --no-cache-dir piptools
#RUN pip install --no-cache-dir pip --upgrade
#RUN pip install --no-cache-dir piptools

COPY . .

Expand Down

0 comments on commit 58d336d

Please sign in to comment.