Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
b0401164
Unverified
Commit
b0401164
authored
Jun 04, 2018
by
Christian Rebischke
Browse files
removed fakechroot again
parent
5e9c8ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b0401164
...
...
@@ -35,7 +35,7 @@ docker-image-test: docker-image
ci-test
:
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/run/docker.sock:/run/docker.sock
\
-v
$(PWD)
:/app
-w
/app
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
\
sh
-c
'pacman -Syu --noconfirm make devtools docker
fakechroot
&& make docker-image-test'
sh
-c
'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
docker-push
:
docker login
-u
$(DOCKER_USER)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment