Re-order apt install for clairity

pull/1/head
Jason Kendall 2019-11-28 11:48:44 -05:00
parent 52f6810177
commit 18a7e8919a
1 changed files with 8 additions and 7 deletions

View File

@ -60,6 +60,7 @@ ARG PHP_VER=20180731
# OS Packages
RUN apt-get update; apt-get install -y --no-install-recommends \
# Requirements:
sudo \
apache2 \
supervisor \
@ -67,22 +68,22 @@ ARG PHP_VER=20180731
cron \
openssl \
gpg-agent gpg \
ssdeep \
libfuzzy2 \
mariadb-client \
# Python Requirements
python3 \
python3-setuptools \
python3-pip \
ssdeep \
mariadb-client \
zip unzip \
# PHP Requirements
php \
php-xml \
php-mbstring \
php-mysql \
# php-dev \
php-redis \
php-gd \
libfuzzy2 \
# Unsure we need these
zip unzip \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
# MISP code