Skip to content

Commit

Permalink
remove clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 516db66 commit 055bc0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ WORKDIR /hamframe

COPY requirements.txt .

RUN pip3 install --no-cache-dir --root-user-action ignore -r requirements.txt &&\
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN pip3 install --no-cache-dir --root-user-action ignore -r requirements.txt

COPY . .

Expand Down

0 comments on commit 055bc0d

Please sign in to comment.