Don't apt upgrade because it breaks the build

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

View file

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