change back to apt-get to satisfy warnings
This commit is contained in:
parent
18a4bd0133
commit
7483a0ae9f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt update && apt install -y \
|
||||
RUN apt-get update && apt-get install -y \
|
||||
cmake \
|
||||
g++ \
|
||||
wget \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue