Skip to content

Commit

Permalink
Add python3-pycountry to container
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Sep 14, 2024
1 parent 1a85a9a commit 70b24d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM docker.io/debian:bookworm-slim
ARG MOTIS_VERSION=v0.12.12

RUN apt-get update -y && \
apt-get install -y --no-install-recommends git python3-requests python3-jinja2 wget bzip2 rsync openssh-client && \
apt-get install -y --no-install-recommends git python3-requests python3-jinja2 python3-pycountry wget bzip2 rsync openssh-client && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion ci/container/Containerfile-devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG USER_UID=1000
ARG USER_GID=$USER_UID

RUN apt-get update -y && \
apt-get install -y --no-install-recommends git python3-requests python3-jinja2 wget bzip2 && \
apt-get install -y --no-install-recommends git python3-requests python3-jinja2 python3-pycountry wget bzip2 && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 70b24d3

Please sign in to comment.