9 lines
212 B
Text
9 lines
212 B
Text
|
FROM archlinux
|
||
|
|
||
|
RUN pacman -Syu --noconfirm base-devel pacman
|
||
|
|
||
|
COPY src/buildpkg /usr/bin/buildpkg
|
||
|
COPY src/makepkgsigned /usr/bin/makepkgsigned
|
||
|
RUN chmod +x /usr/bin/buildpkg
|
||
|
RUN chmod +x /usr/bin/makepkgsigned
|