mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-12-20 11:01:23 +00:00
Add systemd to create system users
This commit is contained in:
parent
1aee293feb
commit
9ebd50e553
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ docker-image-test: docker-image
|
|||
docker run --rm $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE) sh -c "/usr/bin/pacman -Syu --noconfirm docker && docker -v"
|
||||
# Ensure that the image does not include a private key
|
||||
! docker run --rm $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE) pacman-key --lsign-key pierre@archlinux.de
|
||||
docker run --rm $(DOCKER_ORGANIZATION)/$(DOCKER_IMAGE) sh -c "/usr/bin/id -u http"
|
||||
|
||||
ci-test:
|
||||
docker run --rm --privileged --tmpfs=/tmp:exec --tmpfs=/run/shm -v /run/docker.sock:/run/docker.sock \
|
||||
|
|
1
packages
1
packages
|
@ -1,3 +1,4 @@
|
|||
sed
|
||||
gzip
|
||||
pacman
|
||||
systemd
|
||||
|
|
Loading…
Reference in a new issue