mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix install packages section
This commit is contained in:
@ -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 && \
|
||||
#
|
||||
|
Reference in New Issue
Block a user