Created
July 4, 2019 19:48
Python 3.6 alpine with libsass installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.6-alpine | |
RUN apk add --no-cache build-base | |
RUN pip3 install --no-cache-dir libsass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment