Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Mar 21, 2022
1 parent ac8c87e commit cfac8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN powershell.exe [Net.ServicePointManager]::SecurityProtocol =[Net.SecurityPro


# Install Git & other tools
RUN powershell.exe scoop install git curl wget cmake openssh unzip make;
RUN powershell.exe scoop install git curl wget openssh unzip make;
RUN powershell.exe [environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER');

ADD https://onboardcloud.dl.sourceforge.net/project/boost/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-32.exe C:\TEMP\boost.exe
Expand Down

0 comments on commit cfac8ff

Please sign in to comment.