Skip to content

Instantly share code, notes, and snippets.

@bivihoba
Created October 6, 2017 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bivihoba/7e615e8c0b4485ff284778977240fbb9 to your computer and use it in GitHub Desktop.
Save bivihoba/7e615e8c0b4485ff284778977240fbb9 to your computer and use it in GitHub Desktop.
SQIP Dockerfile
FROM golang:1.9.1-alpine3.6
RUN apk add --update git openssl nodejs nodejs-npm && rm /var/cache/apk/*
RUN go get -u github.com/fogleman/primitive
RUN npm install -g sqip
RUN mkdir /sqip
WORKDIR /sqip
# docker build -t bivihoba/sqip .
# docker run --rm -it --name sqip -v $(pwd):/sqip bivihoba/sqip /bin/sh
# https://github.com/technopagan/sqip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment