Don't apt update because it breaks the build

This commit is contained in:
TheFrenchGhosty 2023-06-17 17:11:35 +02:00 committed by GitHub
parent 759f030617
commit 6725c09b63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/* \