Fix the build
This commit is contained in:
parent
2e0c9319da
commit
7c375197d3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM debian:stable-slim
|
||||
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 autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
Loading…
Reference in a new issue