Skip to content

Commit

Permalink
Don't apt update 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 759f030 commit 6725c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM racket/racket:8.9
WORKDIR /app
RUN apt update -y \
&& apt install -y --no-install-recommends git \
RUN apt install -y --no-install-recommends git \
&& apt autoclean -y \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 6725c09

Please sign in to comment.