bonfire-app/.gitpod.Dockerfile

9 lines
169 B
Docker
Raw Normal View History

2022-07-29 07:19:54 +00:00
FROM gitpod/workspace-postgresql
RUN sudo apt-get update \
&& sudo apt-get install -y \
yarn \
&& sudo rm -rf /var/lib/apt/lists/*
RUN brew install just elixir