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 c3864ef commit bdab129Copy full SHA for bdab129
Dockerfile
@@ -16,9 +16,9 @@ FROM python:${PYTHON_VERSION}-slim as final
16
COPY --from=clone /app /app
17
WORKDIR /app
18
RUN apt-get update
19
-RUN apt-get install software-properties-common
+RUN apt-get install -y software-properties-common
20
RUN add-apt-repository ppa:webupd8team/java
21
22
-RUN apt-get install gcc libc-dev bash zsh oracle-java8-installer
+RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer
23
24
ENTRYPOINT [ "python3", "/app/main.py" ]
0 commit comments