Skip to content

Commit

Permalink
boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jan 18, 2024
1 parent 868bdc1 commit 45036eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duply/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
mailutils \
openssh-client \
pwgen \
python3-boto \
python3-boto3 \
rsync \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion duply/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run \
-v "$TEST_HOSTPATH" \
-v "/restore_here" \
--rm \
debian:buster sleep infinity
debian:trixie sleep infinity

# deletes the tester container on exit
function cleanup {
Expand Down

0 comments on commit 45036eb

Please sign in to comment.