Skip to content

Commit 3bdb01e

Browse files
committed
Use LABEL instead of deprecated MAINTAINER.
1 parent 842964b commit 3bdb01e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker/Dockerfile-i686

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM i386/centos:6
2-
MAINTAINER The ManyLinux project
2+
LABEL maintainer="The ManyLinux project"
33

44
ENV LC_ALL=en_US.UTF-8
55
ENV LANG=en_US.UTF-8
@@ -8,10 +8,9 @@ ENV PATH /opt/rh/devtoolset-2/root/usr/bin:$PATH
88
ENV LD_LIBRARY_PATH /opt/rh/devtoolset-2/root/usr/lib64:/opt/rh/devtoolset-2/root/usr/lib:/usr/local/lib64:/usr/local/lib
99
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
1010

11-
COPY ./prep/linux32 /usr/bin/linux32
12-
RUN chmod +x /usr/bin/linux32
13-
1411
COPY ./build_scripts /build_scripts
12+
COPY /build_scripts/linux32 /usr/bin/linux32
13+
RUN chmod +x /usr/bin/linux32
1514
RUN linux32 bash build_scripts/build.sh && rm -r build_scripts
1615

1716
ENV SSL_CERT_FILE=/opt/_internal/certs.pem

0 commit comments

Comments
 (0)