mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
dockerfile: do not perform system upgrades
This commit is contained in:
parent
e19ff2bf32
commit
62939b22bd
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**latest a.k.a HEAD**
|
||||
- do not perform system upgrades (http://crosbymichael.com/dockerfile-best-practices-take-2.html)
|
||||
|
||||
**6.6.5**
|
||||
- upgraded to gitlan-6.6.5
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ FROM ubuntu:12.04
|
||||
MAINTAINER sameer@damagehead.com
|
||||
|
||||
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
|
||||
RUN apt-get update && apt-mark hold initscripts && apt-get upgrade -y && apt-get clean # 20140305
|
||||
RUN apt-get update # 20140310
|
||||
|
||||
# essentials
|
||||
RUN apt-get install -y vim curl wget sudo net-tools pwgen && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user