Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhansengun committed Mar 5, 2022
1 parent c7589f7 commit 4986d6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ ENV VELERO_VERSION=1.7.0
# change user to root to install some tools
USER root
RUN apt-get update -y \
&& apt-get install python3-pip python3-venv libpq-dev \
&& jq libltdl7 netcat sshpass rsync python3-mysqldb -y \
&& apt-get install python3-pip python3-venv libpq-dev jq libltdl7 netcat sshpass rsync python3-mysqldb -y \
&& apt-get clean -y
RUN pip3 install awscli \
ansible==2.10.7 \
Expand Down

0 comments on commit 4986d6d

Please sign in to comment.