We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842964b commit 3bdb01eCopy full SHA for 3bdb01e
docker/Dockerfile-i686
@@ -1,5 +1,5 @@
1
FROM i386/centos:6
2
-MAINTAINER The ManyLinux project
+LABEL maintainer="The ManyLinux project"
3
4
ENV LC_ALL=en_US.UTF-8
5
ENV LANG=en_US.UTF-8
@@ -8,10 +8,9 @@ ENV PATH /opt/rh/devtoolset-2/root/usr/bin:$PATH
8
ENV LD_LIBRARY_PATH /opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib:/usr/local/lib64:/usr/local/lib
9
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
10
11
-COPY ./prep/linux32 /usr/bin/linux32
12
-RUN chmod +x /usr/bin/linux32
13
-
14
COPY ./build_scripts /build_scripts
+COPY /build_scripts/linux32 /usr/bin/linux32
+RUN chmod +x /usr/bin/linux32
15
RUN linux32 bash build_scripts/build.sh && rm -r build_scripts
16
17
ENV SSL_CERT_FILE=/opt/_internal/certs.pem
0 commit comments