1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-27 02:58:39 +00:00
mobilizon/docker/tests/Dockerfile

5 lines
282 B
Text
Raw Normal View History

FROM elixir:latest
RUN apt-get update -yq && apt-get install -yq build-essential inotify-tools postgresql-client git curl gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash && apt-get install nodejs -yq
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*