add erlang-dev to bright docker

This commit is contained in:
CJ_Clippy 2025-01-11 10:02:07 -08:00
parent bca9a224f5
commit b793306f9f

View File

@ -24,7 +24,7 @@
FROM elixir:1.17.2-alpine AS dev
RUN apk add --no-cache git gcc make inotify-tools \
RUN apk add --no-cache git gcc make inotify-tools erlang-dev \
&& mkdir /home/user \
&& chown 1000.1000 /home/user