Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansgar Burchardt
dune-docker
Commits
92d3347e
Verified
Commit
92d3347e
authored
Feb 05, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not compress APT indices
This works around
https://bugs.debian.org/813000
parent
da435c14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
base-8/Dockerfile
base-8/Dockerfile
+2
-0
base-9/Dockerfile
base-9/Dockerfile
+2
-0
No files found.
base-8/Dockerfile
View file @
92d3347e
FROM
debian:8
MAINTAINER
Ansgar.Burchardt@tu-dresden.de
RUN
rm
-f
/etc/apt/apt.conf.d/docker-gzip-indexes
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get dist-upgrade
--no-install-recommends
--yes
\
&&
apt-get
install
--no-install-recommends
--yes
\
autoconf
\
...
...
base-9/Dockerfile
View file @
92d3347e
FROM
debian:stretch
MAINTAINER
Ansgar.Burchardt@tu-dresden.de
RUN
rm
-f
/etc/apt/apt.conf.d/docker-gzip-indexes
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get dist-upgrade
--no-install-recommends
--yes
\
&&
apt-get
install
--no-install-recommends
--yes
\
autoconf
\
...
...
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