From 4bd3e5a9b4399217453ff9b60f99ac0ea97c309f Mon Sep 17 00:00:00 2001 From: AJ Bahnken Date: Thu, 24 Feb 2022 14:48:30 -0800 Subject: [PATCH] Update pip package name in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23032828a..00d47c285 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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