Skip to content

Instantly share code, notes, and snippets.

@pxotox
Created July 4, 2019 19:48
Python 3.6 alpine with libsass installed
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