From 2dd6b9388f67db1eba6a2d9777a04b4f02522d88 Mon Sep 17 00:00:00 2001 From: tgic Date: Fri, 26 Dec 2014 11:47:37 +0000 Subject: [PATCH] add autover to dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb4143db..32e986ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER tgic RUN apt-get update && apt-get install -y libpam0g-dev libpam-google-authenticator RUN go get -tags pam github.com/tg123/sshpiper/sshpiperd -RUN go install -tags pam github.com/tg123/sshpiper/sshpiperd +RUN go install -ldflags "$(/go/src/github.com/tg123/sshpiper/sshpiperd/ldflags.sh)" -tags pam github.com/tg123/sshpiper/sshpiperd EXPOSE 2222