Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e37ecb7e
Commit
e37ecb7e
authored
Dec 20, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8458 from kfei/docker/reduce-image-size
Reduce the size of Docker image
parents
632da319
e9f974dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker/Dockerfile
docker/Dockerfile
+3
-3
No files found.
docker/Dockerfile
View file @
e37ecb7e
...
@@ -2,10 +2,10 @@ FROM ubuntu:14.04
...
@@ -2,10 +2,10 @@ FROM ubuntu:14.04
# Install required packages
# Install required packages
RUN
apt-get update
-q
\
RUN
apt-get update
-q
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-qy
\
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-qy
--no-install-recommends
\
ca-certificates
\
openssh-server
\
openssh-server
\
wget
\
wget
&&
apt-get clean
# Download & Install GitLab
# Download & Install GitLab
# If the Omnibus package version below is outdated please contribute a merge request to update it.
# If the Omnibus package version below is outdated please contribute a merge request to update it.
...
...
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