ci: Dockerfile, add c compiler

This commit is contained in:
jamesread 2024-09-12 02:03:46 +01:00
parent 13fdd889da
commit aed15c580e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN apk add --no-cache \
bash=5.2.21-r0 \
supervisor=4.2.5-r4 \
pkgconfig \
gcc \
make \
build-base