Skip to content

Commit

Permalink
Add boto
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 19, 2024
1 parent 6f36586 commit 73125f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moodle-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN set -x \
&& mv ./kubectl /usr/local/bin/kubectl \
&& wget -qO /usr/share/keyrings/postgres.asc https://www.postgresql.org/media/keys/ACCC4CF8.asc \
&& echo "deb [signed-by=/usr/share/keyrings/postgres.asc] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& pip install boto \
&& apt-get -y update \
&& apt-get -y install \
duply \
Expand Down

0 comments on commit 73125f8

Please sign in to comment.