Skip to content

Commit

Permalink
Merge pull request #7 from murmrs/master
Browse files Browse the repository at this point in the history
Fixes missing Python requirements.
  • Loading branch information
pgrimaud committed Dec 3, 2020
2 parents 3b469d0 + 4216290 commit 2b18155
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
@@ -1,9 +1,10 @@
FROM debian:stable-slim
FROM python:3.8-slim

RUN apt-get update && \
apt-get install -y curl python && \
rm -rf /var/lib/apt/lists/*

RUN python -m pip install six
RUN curl -s https://shopify.github.io/themekit/scripts/install.py | python

COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down

0 comments on commit 2b18155

Please sign in to comment.