Skip to content

Commit

Permalink
Update pip package name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvb committed Feb 24, 2022
1 parent 7f503bc commit 4bd3e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,6 +5,6 @@ WORKDIR /go/src/go.mozilla.org/sops

RUN CGO_ENABLED=1 make install
RUN apt-get update
RUN apt-get install -y vim python-pip emacs
RUN apt-get install -y vim python3-pip emacs
RUN pip install awscli
ENV EDITOR vim

0 comments on commit 4bd3e5a

Please sign in to comment.