fix install packages section

This commit is contained in:
t3chn0m4g3 2024-09-11 12:41:32 +00:00
parent 29ad2a507d
commit 680671b9dc

View file

@ -4,7 +4,8 @@ FROM alpine:3.16 AS builder
COPY dist/ /root/dist/
#
# Install packages
RUN build-base \
RUN apk -U add --no-cache \
build-base \
git \
libcap && \
#