Skip to content

Commit

Permalink
[TASK] remove nodejs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Nov 16, 2018
1 parent 31e39e0 commit 38084b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
ghostscript \
mysql-client \
iputils-ping \
nodejs \
npm \
locales \
sqlite3 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
Expand All @@ -47,7 +45,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
# Set locales
RUN locale-gen en_US.UTF-8 en_GB.UTF-8 de_DE.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 km_KH sv_SE.UTF-8 fi_FI.UTF-8

RUN a2enmod rewrite
RUN a2enmod rewrite expires

# Configure PHP
ADD typo3.php.ini /etc/php/7.2/apache2/conf.d/
Expand Down

0 comments on commit 38084b6

Please sign in to comment.