From 25486062248e300610d8d468ecad9ae25eb2e688 Mon Sep 17 00:00:00 2001
From: Hunter Long <Info@socialeck.com>
Date: Fri, 1 Mar 2019 16:18:54 -0800
Subject: [PATCH] sass in dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f9f1d396..4a3ea015 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM golang:1.11-alpine as base
 MAINTAINER "Hunter Long (https://github.com/hunterlong)"
 ARG VERSION
 ENV DEP_VERSION v0.5.0
-RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq
+RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
 RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \
     chmod +x /go/bin/dep
 WORKDIR /go/src/github.com/hunterlong/statping