Skip to content

Commit

Permalink
more attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 5, 2024
1 parent de1dcc2 commit a84c4e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ RUN echo "${SSH_PRIVATE_KEY}" > /root/.ssh/id_rsa
RUN touch /root/.ssh/known_hosts
RUN ssh -T git@github.com

WORKDIR $PSRHOME
RUN git clone git@github.com:OZGrav/meertime_ephemerides_and_templates.git


# this is our second build stage, it will be the final image
FROM ubuntu:22.04
COPY --from=intermediate $PSRHOME/meertime_ephemerides_and_templates $PSRHOME/meertime_ephemerides_and_templates
# COPY --from=intermediate /root/meertime_ephemerides_and_templates $PSRHOME/meertime_ephemerides_and_templates

# Define home, psrhome, OSTYPE and create the directory
ENV HOME /home/psr
Expand Down

0 comments on commit a84c4e3

Please sign in to comment.