From ed9624a25a0cca27a802e9b0841f4d74ff6c057a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:13:38 +0200 Subject: [PATCH] Update Dockerfile --- inadyn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 5f8d237be..eb65307f8 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -34,7 +34,7 @@ RUN \ git\ go &&\ go get -u github.com/quantumew/mustache-cli &&\ - cp $GOPATH/bin/* /usr/bin/ && \ + cp $GOPATH/bin/* /usr/local/bin/ && \ rm -rf $GOPATH /var/cache/apk/* /tmp/src &&\ apk del .build-deps xz build-base