Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lx2160a_build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
lx2160a_build
Commits
c0aac1b3
Commit
c0aac1b3
authored
Aug 21, 2022
by
Josua Mayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: sort apt command
Signed-off-by:
Josua Mayer
<
josua@solid-run.com
>
parent
55c06aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
docker/Dockerfile
docker/Dockerfile
+4
-5
No files found.
docker/Dockerfile
View file @
c0aac1b3
...
...
@@ -5,17 +5,16 @@ FROM debian:buster-slim
ARG
APTPROXY=
RUN
test
-n
"
$APTPROXY
"
&&
printf
'Acquire::http { Proxy "%s"; }\n'
$APTPROXY
|
tee
-a
/etc/apt/apt.conf.d/proxy
||
true
# prevent dpkg interactive dialogues
ENV
DEBIAN_FRONTEND=noninteractive
# update
RUN
set
-e
;
\
apt-get update
;
\
apt-get
-y
upgrade
;
\
:
RUN
apt-get update
;
apt-get
-y
install
build-essential wget make p7zip p7zip-full
\
device-tree-compiler acpica-tools xz-utils
sudo
gcc libssl-dev python2
\
bison flex u-boot-tools git bc fuseext2 e2tools multistrap
\
qemu-system-arm g++ cpio python unzip rsync dosfstools
tar
pandoc
\
python3 meson ninja-build squashfs-tools parted mtools kmod
RUN
apt-get update
;
apt-get
-y
install
acpica-tools bc bison build-essential cpio device-tree-compiler dosfstools e2tools flex fuseext2 g++ gcc git kmod libssl-dev make meson mtools multistrap ninja-build p7zip p7zip-full pandoc parted python python2 python3 qemu-system-arm rsync squashfs-tools
sudo tar
u-boot-tools unzip wget xz-utils
# build environment
WORKDIR
/work
...
...
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