Skip to content

Commit

Permalink
extra command
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 3, 2024
1 parent 31daacd commit f21380b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ RUN echo "source /opt/rh/devtoolset-11/enable" >> /etc/bashrc
SHELL ["/bin/bash", "--login", "-c"]


s
RUN mkdir -p /workspace/vcpkg_cache
ARG VCPKG_CACHE_DIR
COPY $VCPKG_CACHE_DIR /workspace/vcpkg_cache/

RUN ls -la /workspace/vcpkg_cache

ARG BRANCH=develop
RUN cd /workspace && \
git clone https://github.com/AntaresSimulatorTeam/Antares_Simulator.git --branch $BRANCH && \
Expand Down

0 comments on commit f21380b

Please sign in to comment.