Commit d071c5e8 authored by Tobias Munk's avatar Tobias Munk

fixed build

parent 376b747c
Pipeline #42364 passed with stages
in 2 minutes and 25 seconds
...@@ -19,6 +19,7 @@ Changelog ...@@ -19,6 +19,7 @@ Changelog
- Alpine support has been dropped - Alpine support has been dropped
- Forego has been replace with supervisord - Forego has been replace with supervisord
- Removed Linkchecker
### 5.x ### 5.x
......
...@@ -29,12 +29,11 @@ RUN apt-get update && \ ...@@ -29,12 +29,11 @@ RUN apt-get update && \
libpng-dev \ libpng-dev \
libzip-dev \ libzip-dev \
zlib1g-dev \ zlib1g-dev \
mysql-client \ default-mysql-client \
openssh-client \ openssh-client \
libxml2-dev \ libxml2-dev \
nano \ nano \
linkchecker \ npm \
nodejs \
--no-install-recommends && \ --no-install-recommends && \
apt-get clean && \ apt-get clean && \
npm -g install npm@latest && \ npm -g install npm@latest && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment