Skip to content

Commit

Permalink
Use RUN git clone instead of ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons committed Nov 25, 2024
1 parent f9ef268 commit 7b1e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN pip install -r requirements.txt && \
python setup.py install

# Pull in exp_checker
ADD https://github.com/lsst-sitcom/rubin_exp_checker.git python/lsst/ts
RUN git clone https://github.com/lsst-sitcom/rubin_exp_checker.git python/lsst/ts/exp_checker

# Adjust permissions for executable
RUN chmod +x start-daemon.sh
Expand Down

0 comments on commit 7b1e250

Please sign in to comment.