Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cwb_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Josh Willis
cwb_docker
Commits
9a74f97b
Commit
9a74f97b
authored
4 years ago
by
Francesco Salemi
Browse files
Options
Downloads
Patches
Plain Diff
Final changes for buster v1.11
parent
50dcadf9
No related branches found
Branches containing commit
Tags
buster_v1.11
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+6
-2
6 additions, 2 deletions
Dockerfile
packages
+3
-0
3 additions, 0 deletions
packages
with
9 additions
and
2 deletions
Dockerfile
+
6
−
2
View file @
9a74f97b
...
...
@@ -19,9 +19,13 @@ RUN apt-get update -qq \
&&
openssl md5
-sha256
lscsoft-archive-keyring_2016.06.20-2_all.deb
\
&&
dpkg
-i
lscsoft-archive-keyring_2016.06.20-2_all.deb
\
&&
apt-get update
\
&&
apt-get
-y
install
--no-install-recommends
$(
cat
lscsoft_packages
)
\
&&
apt-get
-y
install
$(
cat
lscsoft_packages
)
\
&&
localedef
-i
en_US
-f
UTF-8 en_US.UTF-8
\
&&
rm
-rf
/packages /var/lib/apt/lists/
*
&&
rm
-rf
/packages /var/lib/apt/lists/
*
# && wget https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt \
#&& sudo cp ca-bundle.crt /usr/local/share/ca-certificates/ca-bundle.crt \
#&& update-ca-certificates \
#&& update-ca-certificates --fresh
#Build root from scratch (it takes a while!)
#RUN cd /tmp \
...
...
This diff is collapsed.
Click to expand it.
packages
+
3
−
0
View file @
9a74f97b
autoconf
automake
binutils
ca-certificates
cmake
curl
fonts-freefont-ttf
...
...
@@ -22,6 +24,7 @@ liblz4-dev
liblzma-dev
libpng-dev
libqt4-dev
libtool
libx11-dev
libxext-dev
libxft-dev
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment