Don't apt update because it breaks the build
This commit is contained in:
parent
759f030617
commit
6725c09b63
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
FROM racket/racket:8.9
|
||||
WORKDIR /app
|
||||
RUN apt update -y \
|
||||
&& apt install -y --no-install-recommends git \
|
||||
RUN apt install -y --no-install-recommends git \
|
||||
&& apt autoclean -y \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
|
Loading…
Reference in a new issue