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
53f5937d
Commit
53f5937d
authored
Dec 30, 2017
by
Pierre Schmitz
Browse files
GH-4: Set default locale to en_US.UTF-8
parent
73077cd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
53f5937d
FROM
scratch
ADD
archlinux.tar /
ENV
LANG=en_US.UTF-8
CMD
["/usr/bin/bash"]
Makefile
View file @
53f5937d
...
...
@@ -22,6 +22,7 @@ docker-image-test: docker-image
# 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"
docker run
--rm
$(DOCKER_ORGANIZATION)
/
$(DOCKER_IMAGE)
sh
-c
"/usr/bin/pacman -Syu --noconfirm grep && locale | grep -q UTF-8"
ci-test
:
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/run/docker.sock:/run/docker.sock
\
...
...
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