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