Skip to content

Instantly share code, notes, and snippets.

@amrocha
amrocha / Dockerfile
Created July 11, 2016 23:13
Dockerfile and bash script that builds node-sass binaries for Alpine Linux
#####
# Running:
# --------
# ./build.sh
#######
FROM mhart/alpine-node:6
### setup ###
@amrocha
amrocha / Dockerfile
Last active December 5, 2016 05:24
Dockerfile that compiles node-sass binaries in Alpine for 64-bit iojs v1
#####
# Running:
# --------
# docker build --tag node-sass-binaries .
# docker run node-sass-binaries cat /node-sass/binaries.tar.gz > binaries.tar.gz
#######
FROM alpine:3.3
### setup ###