1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 03:13:05 +02:00

Removes less from docker (#5)

This commit is contained in:
Michael Weimann
2019-06-12 16:47:54 +02:00
committed by FSFE System
parent a67c7aee6d
commit 294a2ff8b0
3 changed files with 6 additions and 45 deletions

View File

@@ -10,14 +10,10 @@ RUN apk add --no-cache \
libxml2-utils \
libxslt \
make \
nodejs \
nodejs-npm \
procps \
python3 \
rsync
RUN npm install -g less
RUN mkdir -p /fsfe-local-build/fsfe.org
EXPOSE 8000