summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEC2 Default User <eisin@users.noreply.github.com>2018-07-01 18:39:16 +0200
committerEC2 Default User <eisin@users.noreply.github.com>2018-07-01 18:39:16 +0200
commitc2aa3bc0e3cd126795863c73b6c6170f6c707370 (patch)
tree5ae21d99c01fe1c0b04be3804abb6072f451fb17
parentCreate LICENSE (diff)
downloadpamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar.gz
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar.bz2
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar.lz
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar.xz
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.tar.zst
pamldapd-c2aa3bc0e3cd126795863c73b6c6170f6c707370.zip
-rw-r--r--Dockerfile_i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_i386 b/Dockerfile_i386
index b5c6dd1..101135a 100644
--- a/Dockerfile_i386
+++ b/Dockerfile_i386
@@ -8,4 +8,4 @@ RUN linux32 sh -c 'yum install -y gcc git pam-devel \
&& go get github.com/nmcclain/ldap'
COPY src /root/go/src
RUN linux32 sh -c 'cd /root/go/src \
- && go build -a pamldapd.go'
+ && env GOOS=linux GOARCH=386 go build -a -ldflags "-extldflags \"-Wl,--hash-style=both\"" -x pamldapd.go'