mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: force a cache miss so that packages are updated
This commit is contained in:
parent
1e61f7a769
commit
a1cfacbc34
@ -12,7 +12,7 @@ RUN add-apt-repository -y ppa:git-core/ppa && \
|
||||
libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev \
|
||||
ruby2.1 ruby2.1-dev && \
|
||||
gem install --no-ri --no-rdoc bundler && \
|
||||
apt-get clean # 20140627
|
||||
apt-get clean # 20140725
|
||||
|
||||
ADD assets/setup/ /app/setup/
|
||||
RUN chmod 755 /app/setup/install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user