mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
cleanup: fix indentation
This commit is contained in:
parent
1f3b0c371b
commit
b424aa4794
@ -11,9 +11,8 @@ RUN dpkg-divert --local --rename --add /sbin/initctl && \
|
||||
ln -sf /bin/true /sbin/initctl
|
||||
|
||||
# essentials
|
||||
RUN apt-get install -y vim curl wget sudo net-tools pwgen unzip && \
|
||||
apt-get install -y logrotate supervisor openssh-server && \
|
||||
apt-get clean
|
||||
RUN apt-get install -y vim curl wget sudo net-tools pwgen unzip \
|
||||
logrotate supervisor openssh-server && apt-get clean
|
||||
|
||||
# build tools
|
||||
RUN apt-get install -y gcc make && apt-get clean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user