Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Jan 9, 2024
1 parent 73b6fc9 commit 6fc5a08
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 @@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get upgrade -y --no-install-recommends
RUN apt-get install -y gcc g++
RUN pip3 install --no-cache-dir --upgrade --requirement requirements.txt
RUN apt-get --purge autoremove gcc g++
RUN apt-get --purge autoremove gcc g++ -y
RUN apt-get clean
RUN apt-get update
RUN apt-get check
Expand Down

0 comments on commit 6fc5a08

Please sign in to comment.