mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
fix install packages section
This commit is contained in:
parent
29ad2a507d
commit
680671b9dc
1 changed files with 2 additions and 1 deletions
|
@ -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 && \
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue