Skip to content

Commit

Permalink
Add git lfs commands to pull actuall templates
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 8, 2024
1 parent 9524328 commit d0cc761
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM ubuntu as intermediate
RUN apt-get update
RUN apt-get install -y \
git \
git-lfs \
openssh-client

# Authorize SSH Host
Expand All @@ -25,7 +26,9 @@ RUN touch /root/.ssh/known_hosts
# RUN ssh -T git@github.com

WORKDIR /root
RUN git clone git@github.com:OZGrav/meertime_ephemerides_and_templates.git
RUN git clone git@github.com:OZGrav/meertime_ephemerides_and_templates.git && \
cd meertime_ephemerides_and_templates && \
git lfs pull


# this is our second build stage, it will be the final image
Expand Down

0 comments on commit d0cc761

Please sign in to comment.