Skip to content

Commit

Permalink
feat(Docker): add python3-launchpadlib to installs
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 21, 2023
1 parent de16c0a commit bc3d0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.licenses=MIT
ARG DEBIAN_FRONTEND=noninteractive
# Updates the image and installs necessary packages
RUN apt-get update --fix-missing \
&& apt-get install -y curl sudo software-properties-common \
&& apt-get install -y curl sudo python3-launchpadlib software-properties-common \
fontconfig fonts-nanum tzdata locales locales-all \
# Adds PPA for the latest git version
&& add-apt-repository ppa:git-core/ppa -y \
Expand Down

0 comments on commit bc3d0d6

Please sign in to comment.