Skip to content

Commit bdab129

Browse files
Update Dockerfile
1 parent c3864ef commit bdab129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ FROM python:${PYTHON_VERSION}-slim as final
1616
COPY --from=clone /app /app
1717
WORKDIR /app
1818
RUN apt-get update
19-
RUN apt-get install software-properties-common
19+
RUN apt-get install -y software-properties-common
2020
RUN add-apt-repository ppa:webupd8team/java
2121
RUN apt-get update
22-
RUN apt-get install gcc libc-dev bash zsh oracle-java8-installer
22+
RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer
2323

2424
ENTRYPOINT [ "python3", "/app/main.py" ]

0 commit comments

Comments
 (0)