Skip to content

Commit d49678d

Browse files
committed
fix[makepkg]: Add pacman-makepkg
- makepkg has been split into a separate package Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
1 parent 2af135f commit d49678d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3
22

33
# hadolint ignore=DL3018
44
RUN apk update --no-cache \
5-
&& apk add --no-cache openssh-client openssh-keygen shadow pacman runuser git \
6-
grep binutils gcc \
5+
&& apk add --no-cache openssh-client openssh-keygen shadow pacman pacman-makepkg \
6+
runuser git grep binutils gcc \
77
&& rm -rf /var/cache/apk/*
88

99
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)