Skip to content
Snippets Groups Projects
Commit d34283e6 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Add sudo in image

parent 3f3c7031
No related branches found
No related tags found
No related merge requests found
Pipeline #1353 passed
Pipeline: dev-docker-tools

#1357

    Pipeline: dev-docker-tools

    #1356

      Pipeline: dev-docker-tools

      #1355

        +1
        ......@@ -16,8 +16,8 @@ RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Paris /etc/localti
        && yum -y install epel-release \
        # Install developpement tools
        && yum -y groupinstall "Development Tools" \
        # Install system cmake
        && yum -y install cmake cmake3 \
        # Install system cmake and sudo
        && yum -y install cmake cmake3 sudo \
        && yum clean all --enablerepo='*'
        ENTRYPOINT ["linux32", "--"]
        ......
        ......@@ -17,8 +17,8 @@ RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Paris /etc/localti
        # Install compatibility libraries for x86 cross compile
        && yum -y groupinstall "Compatibility Libraries" \
        && yum -y install libgcc.i686 glibc.i686 glibc-devel.i686 libstdc++.i686 libstdc++-devel.i686 libstdc++-static.i686 \
        # Install system cmake
        && yum -y install cmake cmake3 \
        # Install system cmake and sudo
        && yum -y install cmake cmake3 sudo \
        && yum clean all --enablerepo='*'
        CMD ["bash"]
        ......@@ -13,8 +13,8 @@ RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Paris /etc/localti
        && yum -y update \
        # Install developpement tools
        && yum -y groupinstall "Development Tools" \
        # Install system cmake
        && yum -y install cmake cmake3 \
        # Install system cmake and sudo
        && yum -y install cmake cmake3 sudo \
        && yum clean all --enablerepo='*'
        ENTRYPOINT ["linux32", "--"]
        ......
        ......@@ -14,8 +14,8 @@ RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Paris /etc/localti
        # Install compatibility libraries for x86 cross compile
        && yum -y groupinstall "Compatibility Libraries" \
        && yum -y install libgcc.i686 glibc.i686 glibc-devel.i686 libstdc++.i686 libstdc++-devel.i686 libstdc++-static.i686 \
        # Install system cmake
        && yum -y install cmake cmake3 \
        # Install system cmake and sudo
        && yum -y install cmake cmake3 sudo \
        && yum clean all --enablerepo='*'
        CMD ["bash"]
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment