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

View file

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