docker: Docker warns about apt, but not about apt-get.
This commit is contained in:
parent
a832aeb803
commit
3492e8fe0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue