change back to apt-get to satisfy warnings

This commit is contained in:
seanauff 2020-05-08 10:35:10 -04:00 committed by GitHub
parent 18a4bd0133
commit 7483a0ae9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \