Skip to content

Commit 088f415

Browse files
Update Dockerfile
1 parent bdab129 commit 088f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 -y software-properties-common
19+
RUN apt-get install -y software-properties-common python3-launchpadlib
2020
RUN add-apt-repository ppa:webupd8team/java
2121
RUN apt-get update
2222
RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer

0 commit comments

Comments
 (0)