1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-20 11:23:06 +02:00

Removes less from docker

This commit is contained in:
Michael Weimann
2019-06-11 20:28:27 +02:00
parent a67c7aee6d
commit 2505f2be63
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