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

Add a docker dev setup

This commit is contained in:
Michael Weimann
2019-03-24 17:56:31 +01:00
parent 6eba7c4259
commit f556ac87f3
9 changed files with 239 additions and 2 deletions

26
Dockerfile Normal file
View File

@@ -0,0 +1,26 @@
FROM alpine:3.9
RUN apk add --no-cache \
bash \
bash-completion \
coreutils \
diffutils \
findutils \
inotify-tools \
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
CMD sh /fsfe-local-build/docker-cmd.sh