1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00
Files
sops/Dockerfile

11 lines
223 B
Docker
Raw Permalink Normal View History

FROM golang:1.18
2016-08-24 16:41:45 -07:00
COPY . /go/src/go.mozilla.org/sops
WORKDIR /go/src/go.mozilla.org/sops
2017-10-12 11:40:20 -07:00
RUN CGO_ENABLED=1 make install
2017-10-12 11:40:20 -07:00
RUN apt-get update
2022-02-24 14:48:30 -08:00
RUN apt-get install -y vim python3-pip emacs
2017-10-12 11:40:20 -07:00
RUN pip install awscli
ENV EDITOR vim