Skip to content

Commit 56b473a

Browse files
committed
Upd Dockerfile
1 parent ca4b634 commit 56b473a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ FROM ubuntu:latest
22

33
COPY . .
44

5-
RUN apt-get update && \
6-
apt-get install \
5+
RUN apt-get update -y && \
6+
apt-get upgrade -y && \
7+
apt-get install -y \
78
make \
89
g++ \
910
git \

0 commit comments

Comments
 (0)