Sign inSign up

markmark206/elm

By markmark206

Updated almost 9 years ago

ubuntu-based image for building elm code (probably too heavy for general use)

Image
0

562

markmark206/elm repository overview

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

Tag summary

Content type

Image

Digest

Size

243.2 MB

Last updated

almost 9 years ago

docker pull markmark206/elm