Skip to content

Commit

Permalink
Merge pull request #38 from tkluck/fix-archlinux-docker-file
Browse files Browse the repository at this point in the history
Fix archlinux docker file
  • Loading branch information
tkluck authored Aug 21, 2018
2 parents 6d12901 + ba00a33 commit 0b4ab22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-arch-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

cd $SRC_DIR

sudo docker build -t pac4cli -f archlinux/Dockerfile .
docker build -t archlinux-pac4cli -f archlinux/Dockerfile .

#systemd expects:
# - /run to be a tmpfs
Expand All @@ -20,4 +20,4 @@ sudo docker build -t pac4cli -f archlinux/Dockerfile .
#
# TODO: Currently this is a kind of noop container. I need to figure out how to
# start it with a command (test script).
sudo docker run -d --tmpfs /tmp --tmpfs /run -v /sys/fs/cgroup:/sys/fs/cgroup:ro pac4cli
docker run -d --tmpfs /tmp --tmpfs /run -v /sys/fs/cgroup:/sys/fs/cgroup:ro pac4cli

0 comments on commit 0b4ab22

Please sign in to comment.