mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: removed date comment from RUN instruction
This commit is contained in:
parent
6d72ba6d67
commit
939ccf8ccd
@ -20,7 +20,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E1DD270288B4E6030699E45F
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
&& dpkg-reconfigure locales \
|
||||
&& gem install --no-document bundler \
|
||||
&& rm -rf /var/lib/apt/lists/* # 20150613
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY assets/setup/ /app/setup/
|
||||
RUN chmod 755 /app/setup/install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user