summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index e3aa34b..f9279ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,11 +6,11 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
ENV GOPATH=/go
WORKDIR $GOPATH
-RUN go get 0xacab.org/leap/getmyip
-RUN strip $GOPATH/bin/getmyip
+RUN go get 0xacab.org/leap/menshen
+RUN strip $GOPATH/bin/menshen
FROM registry.git.autistici.org/ai3/docker/chaperone-base
-COPY --from=build /go/bin/getmyip /usr/local/bin/getmyip
+COPY --from=build /go/bin/menshen /usr/local/bin/menshen
COPY chaperone.d/ /etc/chaperone.d
ENTRYPOINT ["/usr/local/bin/chaperone"]