Skip to content

Instantly share code, notes, and snippets.

@pxotox
Created July 4, 2019 19:48
Show Gist options
  • Select an option

  • Save pxotox/c216b02f55d7edc2d1f77ceddce375db to your computer and use it in GitHub Desktop.

Select an option

Save pxotox/c216b02f55d7edc2d1f77ceddce375db to your computer and use it in GitHub Desktop.
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