fix docker build lost ver
This commit is contained in:
parent
2dd6b9388f
commit
020ca59628
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ MAINTAINER tgic <farmer1992@gmail.com>
|
|||
|
||||
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 get -d -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue