Skip to content

Commit

Permalink
Don't apt upgrade because it breaks the build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty authored Jun 17, 2023
1 parent 6bed9a4 commit 759f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM racket/racket:8.9
WORKDIR /app
RUN apt update -y && apt upgrade -y \
RUN apt update -y \
&& apt install -y --no-install-recommends git \
&& apt autoclean -y \
&& apt autoremove -y \
Expand Down

0 comments on commit 759f030

Please sign in to comment.