add gcc to bright dockerfile

This commit is contained in:
CJ_Clippy 2025-01-11 09:44:06 -08:00
parent b146dd55a8
commit 6e93aa92d1
1 changed files with 1 additions and 1 deletions

View File

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