Davide Depau
3af909d348
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
136 B
Text
7 lines
136 B
Text
FROM depau/archlinux-makepkg:aarch64
|
|
|
|
USER root
|
|
COPY makepkg.sh /usr/local/bin/drone-makepkg
|
|
USER builder
|
|
|
|
ENTRYPOINT ["drone-makepkg"]
|