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 bdab129 commit 088f415Copy full SHA for 088f415
Dockerfile
@@ -16,7 +16,7 @@ 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 -y software-properties-common
+RUN apt-get install -y software-properties-common python3-launchpadlib
20
RUN add-apt-repository ppa:webupd8team/java
21
22
RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer
0 commit comments