This commit is contained in:
Daniel Langbein 2021-05-13 13:47:51 +00:00
parent 26a1b23ce7
commit 168ae92f8d
2 changed files with 7 additions and 2 deletions

View File

@ -31,4 +31,4 @@ RUN mkdir .gnupg && \
COPY run.sh /home/build/run.sh COPY run.sh /home/build/run.sh
ENTRYPOINT [ "/bin/bash", "/home/build/run.sh" ] ENTRYPOINT [ "/bin/bash", "/home/build/run.sh" ]
# Default arguments passed to /run.sh # Default arguments passed to /run.sh
CMD [ "pkg/de-p1st-installer" ] # CMD [ "de-p1st-font" ]

View File

@ -2,7 +2,12 @@ version: '3.7'
services: services:
makepkg: makepkg:
build: . build: .
command: ["de-p1st-font", "de-p1st-nano", "de-p1st-grub", "de-p1st-installer", "de-p1st-repo"]
## One could build multiple packages with one container,
## but I recommend to use a clean container for each package!
# command: ["de-p1st-font", "de-p1st-nano", "de-p1st-grub", "de-p1st-installer", "de-p1st-repo"]
command: ["de-p1st-font"]
volumes: volumes:
- ./pkg:/pkg:ro - ./pkg:/pkg:ro
- ./out:/out - ./out:/out