Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyra-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
imagebuild
pyra-docker
Commits
8f60156a
Commit
8f60156a
authored
Aug 03, 2019
by
Nick Elsmore
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repair locale handling
parent
ee759523
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
Dockerfile
+5
-0
docker-entrypoint.sh
docker-entrypoint.sh
+0
-3
No files found.
Dockerfile
View file @
8f60156a
...
...
@@ -13,6 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
&&
apt-get
install
-y
-q
\
sudo
\
locales
\
locales-all
\
git-core
\
gnupg
\
flex
\
...
...
@@ -24,6 +25,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
gcc-arm-linux-gnueabihf
\
python
\
bc
\
kmod
\
cpio
\
multistrap
\
apt-transport-https
\
debian-keyring
\
...
...
@@ -33,6 +36,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
&&
apt-get clean
RUN
locale-gen en_US.UTF-8
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
RUN
curl http://storage.googleapis.com/git-repo-downloads/repo
>
/usr/local/bin/repo
\
&&
chmod
a+x /usr/local/bin/repo
...
...
docker-entrypoint.sh
View file @
8f60156a
...
...
@@ -4,11 +4,8 @@ set -e
[
$#
-eq
0
]
&&
set
--
all
env_setup
()
{
export
LANG
=
en_US.UTF-8
export
USER
=
$(
whoami
)
export
BUILD_ROOT
=
/home/docker/pyra-build
export
ARCH
=
arm
export
CROSS_COMPILE
=
arm-linux-gnueabihf-
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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