We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4b634 commit 56b473aCopy full SHA for 56b473a
Dockerfile
@@ -2,8 +2,9 @@ FROM ubuntu:latest
2
3
COPY . .
4
5
-RUN apt-get update && \
6
- apt-get install \
+RUN apt-get update -y && \
+ apt-get upgrade -y && \
7
+ apt-get install -y \
8
make \
9
g++ \
10
git \
0 commit comments