Skip to content
Snippets Groups Projects
Commit b6c17b39 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

bzip2 needed

parent 23a4696f
Branches
Tags
No related merge requests found
# docker build --build-arg BORT=develop . -f shellb3-cspp-py38.Dockerfile -t shellb3-cspp-py38:latest # docker build --build-arg BORT=develop . -f shellb3-cspp-py38.Dockerfile -t shellb3-cspp-py38:latest
# docker run -e SHELLB3_ARCHIVE_DIR=/dock -it --rm -v $HOME/dock:/dock -w /opt/shellb3-cspp-py38/ShellB3 shellb3-cspp-py38 /bin/bash -l -c "unset LANG; bash shallbethree.sh bin_dist" # docker run -e SHELLB3_ARCHIVE_DIR=/dock -it --rm -v $HOME/dock:/dock -w /opt/shellb3-cspp-py38/ShellB3 shellb3-cspp-py38 /bin/bash -l -c "unset LANG; bash shallbethree.sh bin_dist"
FROM centos:7 FROM centos:7
RUN yum -y install gcc-gfortran gcc-c++ unzip perl patch byacc bison flex glibc-devel.i686 glibc-devel.x86_64 xz epel-release wget make RUN yum -y install gcc-gfortran gcc-c++ unzip perl patch byacc bison flex glibc-devel.i686 glibc-devel.x86_64 xz epel-release wget make bzip2 xz
RUN yum -y install git git-lfs RUN yum -y install git git-lfs
RUN test -d /opt || mkdir /opt RUN test -d /opt || mkdir /opt
RUN test -d /work || mkdir /work RUN test -d /work || mkdir /work
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment