Skip to content

Commit

Permalink
fix: nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Aug 14, 2024
1 parent 1252126 commit 2b7c50e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ FROM base AS builder

# install nodejs and lessc compiler
RUN apt-get -qq update; \
apt-get install -y --no-install-recommends unzip gnupg dirmngr; \
apt-get install -y --no-install-recommends unzip gnupg dirmngr git; \
curl -sL https://deb.nodesource.com/setup_14.x | bash -; \
apt-get install -y nodejs; \
npm install -g less; \
Expand All @@ -97,7 +97,6 @@ RUN set -ex; \
lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css; \
lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.css; \
lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.css); \
mv composer.json-dist composer.json; \
composer.phar require kolab/net_ldap3 --no-install; \
composer.phar require bjeavons/zxcvbn-php --no-install; \
composer.phar install --no-dev --prefer-dist; \
Expand Down

0 comments on commit 2b7c50e

Please sign in to comment.