use ubuntu now

This commit is contained in:
2021-05-21 18:16:04 +02:00
parent 190fabc081
commit 3a92588e37
3 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# FROM alpine:latest
FROM ubuntu:latest
# FROM alpine:latest
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y cmake g++