Skip to content

Commit

Permalink
Update docker scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Mar 14, 2024
1 parent a5986b6 commit 4fdc042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/docker/admb-linux/Dockerfile-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get install flex --yes
RUN apt-get install git --yes

RUN cd /usr/local/src && git clone https://github.com/admb-project/admb.git
RUN cd /usr/local/src/admb && git checkout admb-13.2
RUN make --directory /usr/local/src/admb -j 8
RUN make --directory /usr/local/src/admb install
RUN useradd -m --shell /bin/bash --home-dir /workdir admb
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/admb-windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ msys2-x86_64.exe:
powershell Invoke-WebRequest -Uri https://github.com/msys2/msys2-installer/releases/download/2023-07-18/msys2-x86_64-20230718.exe -OutFile msys2-x86_64.exe

admb.zip:
powershell Invoke-WebRequest -Uri https://github.com/admb-project/admb/archive/refs/heads/main.zip -OutFile admb.zip
powershell Invoke-WebRequest -Uri https://github.com/admb-project/admb/releases/download/admb-13.2/admb-13.2-src.zip -OutFile admb.zip

winlibs.zip:
powershell Invoke-WebRequest -Uri https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0mcf-16.0.6-11.0.1-ucrt-r2/winlibs-x86_64-mcf-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r2.zip -OutFile winlibs.zip
Expand Down

0 comments on commit 4fdc042

Please sign in to comment.