dockerfiles and attempts to get permissions to not be bodied

This commit is contained in:
ThePhD 2017-12-29 20:16:47 -05:00
parent 4c82e80c04
commit c9628e09c8
2 changed files with 2 additions and 4 deletions

View File

@ -33,9 +33,9 @@ WORKDIR /
# start from the base after all run commands are executed
RUN apt update
RUN apt -y install sudo zsh
RUN apt -y dist-upgrade
RUN mkdir -p build-sol2/Debug build-sol2/Release
RUN ls -lah
RUN ./sol2/scripts/preparation.linux.sh
RUN ["/usr/bin/env", "zsh", "-c", "./sol2/scripts/preparation.linux.sh"]
# CMD/ENTRYPOINT is different from RUN
# these are done on a per-instantiation and essentially describe
# the DEFAULT behavior of this container when its started, not what state it

View File

@ -23,8 +23,6 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# # Initial and necessary installations
sudo apt update
sudo apt -y dist-upgrade
sudo apt -y install build-essential zsh ninja-build libreadline6 libreadline6-dev python3 zsh wget curl libcurl3 openssl libexpat1 libexpat1-dev cmake git
# # CMake Installation (from script)