Skip to content

Commit

Permalink
Merge pull request #8458 from kfei/docker/reduce-image-size
Browse files Browse the repository at this point in the history
Reduce the size of Docker image
  • Loading branch information
dzaporozhets committed Dec 20, 2014
2 parents 632da31 + e9f974d commit e37ecb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Expand Up @@ -2,10 +2,10 @@ FROM ubuntu:14.04

# Install required packages
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 \
wget \
&& apt-get clean
wget

# Download & Install GitLab
# If the Omnibus package version below is outdated please contribute a merge request to update it.
Expand Down

0 comments on commit e37ecb7

Please sign in to comment.