aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b18c08..030869c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,3 @@
-FROM silex/emacs:27.1-alpine-dev
+FROM alpine:3.12
-RUN git clone https://github.com/cask/cask.git /usr/local/cask
-ENV PATH="/usr/local/cask/bin:$PATH"
-RUN cask upgrade-cask
+RUN apk add --no-cache make npm && npm -g install less