add autover to dockerfile
This commit is contained in:
parent
52c9d4b04d
commit
2dd6b9388f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,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 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue