Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
d-woegerbauer committed Dec 5, 2020
1 parent 04112a7 commit d8cec5b
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 @@ -5,7 +5,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

RUN curl -s https://shopify.github.io/themekit/scripts/install.py | python
RUN apt install git-all
RUN apt-get install git

COPY "entrypoint.sh" "/entrypoint.sh"
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit d8cec5b

Please sign in to comment.