Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 28, 2024
1 parent 78ebc2a commit 77b96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "--login", "-c"]

ARG BRANCH=develop
RUN cd /workspace && \
git clone https://github.com/BAZ-C/Antares_Simulator.git --branch $BRANCH && \
git clone https://github.com/AntaresSimulatorTeam/Antares_Simulator.git --branch $BRANCH && \
cd Antares_Simulator && \
git submodule update --init vcpkg && ./vcpkg/bootstrap-vcpkg.sh -disableMetrics && \
export VCPKG_ROOT=/workspace/Antares_Simulator/vcpkg
Expand Down

0 comments on commit 77b96f5

Please sign in to comment.