diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-04 00:03:33 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-06-04 00:03:33 +0200 |
commit | d2379c77684ac9050e477e2b3ed95928cc83d334 (patch) | |
tree | 07c78fb04611661715f660d6d1a157c9cb1e98a2 /Dockerfile_i386 | |
parent | Fix degradion (diff) | |
download | pamldapd-0.3.tar pamldapd-0.3.tar.gz pamldapd-0.3.tar.bz2 pamldapd-0.3.tar.lz pamldapd-0.3.tar.xz pamldapd-0.3.tar.zst pamldapd-0.3.zip |
Diffstat (limited to 'Dockerfile_i386')
-rw-r--r-- | Dockerfile_i386 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Dockerfile_i386 b/Dockerfile_i386 deleted file mode 100644 index 101135a..0000000 --- a/Dockerfile_i386 +++ /dev/null @@ -1,11 +0,0 @@ -FROM i386/centos:7 -ENV PATH $PATH:/usr/local/go/bin -RUN linux32 sh -c 'yum install -y gcc git pam-devel \ - && curl -o go1.10.3.linux-386.tar.gz https://dl.google.com/go/go1.10.3.linux-386.tar.gz \ - && tar -C /usr/local -xzf go1.10.3.linux-386.tar.gz \ - && go get github.com/msteinert/pam \ - && go get github.com/nmcclain/asn1-ber \ - && go get github.com/nmcclain/ldap' -COPY src /root/go/src -RUN linux32 sh -c 'cd /root/go/src \ - && env GOOS=linux GOARCH=386 go build -a -ldflags "-extldflags \"-Wl,--hash-style=both\"" -x pamldapd.go' |