Typo
This commit is contained in:
parent
7c375197d3
commit
046235e16a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt update
|
RUN apt update \
|
||||||
&& apt install -y --no-install-recommends git racket ca-certificates curl sqlite3 \
|
&& apt install -y --no-install-recommends git racket ca-certificates curl sqlite3 \
|
||||||
&& apt autoclean -y \
|
&& apt autoclean -y \
|
||||||
&& apt autoremove -y \
|
&& apt autoremove -y \
|
||||||
|
|
Loading…
Reference in a new issue