Skip to content

Commit

Permalink
build(docker): fix typo in postgres-kanister-tools dockerfile (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Apr 16, 2024
1 parent 6ac3818 commit 988f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ USER root
RUN apt-get update && apt-get -y install curl python3 groff less jq python3-pip && \
pip3 install --upgrade pip setuptools wheel && \
pip3 install --upgrade awscli && \
apt-get remove -y python3-setuptools python3-wheel \
apt-get remove -y python3-setuptools python3-wheel && \
apt-get clean

# Install restic to take backups
Expand Down

0 comments on commit 988f4f3

Please sign in to comment.