We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13f711 commit 7279540Copy full SHA for 7279540
Dockerfile
@@ -2,5 +2,5 @@ FROM ubuntu
2
COPY . /tmp
3
4
WORKDIR /tmp
5
-RUN apt update && apt install wget
+RUN apt update && apt install wget -y
6
RUN ./StudioInstaller.sh
0 commit comments