bonfire-app/.gitpod-dockerfile
2022-07-29 07:19:54 +00:00

9 lines
169 B
Plaintext

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