insomnia/Dockerfile
Gregory Schier 24dfa98df0 A bunch of fixes after the 5.0 launch (#133)
* Fix SSL validation

* Minor bug fixes

* Update appveyor

* Fix select colors

* Updated Dockerfile
2017-04-05 19:30:28 -07:00

13 lines
326 B
Docker

FROM ubuntu:14.04
RUN mkdir -p /insomnia /insomnia-tmp
WORKDIR /insomnia
RUN sudo apt-get update
RUN sudo apt-get install -y \
curl libcurl4-openssl-dev build-essential \
git-all icnsutils graphicsmagick xz-utils
RUN curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - && sudo apt-get install -y nodejs