Skip to content

Commit 7279540

Browse files
Update Dockerfile
1 parent e13f711 commit 7279540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM ubuntu
22
COPY . /tmp
33

44
WORKDIR /tmp
5-
RUN apt update && apt install wget
5+
RUN apt update && apt install wget -y
66
RUN ./StudioInstaller.sh

0 commit comments

Comments
 (0)