change back to apt-get to satisfy warnings
This commit is contained in:
parent
18a4bd0133
commit
7483a0ae9f
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
RUN apt update && apt install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
cmake \
|
cmake \
|
||||||
g++ \
|
g++ \
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in New Issue