mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
dockerfiles and attempts to get permissions to not be bodied
This commit is contained in:
parent
4c82e80c04
commit
c9628e09c8
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user