docker: Docker warns about apt, but not about apt-get.

This commit is contained in:
Andrew Hamilton 2021-12-09 16:43:37 +10:00
parent a832aeb803
commit 3492e8fe0c

View file

@ -4,7 +4,7 @@
FROM ubuntu:impish
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y sudo tzdata
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y sudo tzdata
COPY . eris
RUN cd eris && ./install