Fix the build

This commit is contained in:
TheFrenchGhosty 2023-10-14 15:15:52 +02:00
parent 2e0c9319da
commit 7c375197d3
No known key found for this signature in database
GPG key ID: 4E616F0FFE25B75B

View file

@ -1,6 +1,7 @@
FROM debian:stable-slim FROM debian:stable-slim
WORKDIR /app WORKDIR /app
RUN apt install -y --no-install-recommends git racket ca-certificates curl sqlite3 \ RUN apt update
&& apt install -y --no-install-recommends git racket ca-certificates curl sqlite3 \
&& apt autoclean -y \ && apt autoclean -y \
&& apt autoremove -y \ && apt autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \