ubuntu-based image for building elm code (probably too heavy for general use)
562
FROM ubuntu:16.04
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
apt-utils \
build-essential \
curl \
git \
nodejs \
sudo \
vim
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash -
RUN DEBIAN_FRONTEND=noninteractive apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install nodejs
RUN sudo npm i -g elm elm-live --unsafe-perm=true --allow-root
EXPOSE 8000
Content type
Image
Digest
Size
243.2 MB
Last updated
almost 9 years ago
docker pull markmark206/elm