add initial dockerfile

master
bunix42 3 years ago
parent fac926460f
commit 137e4ea01c

@ -0,0 +1,8 @@
ARG NEXCLOUD_VERSION
FROM nextcloud:${NEXCLOUD_VERSION}
LABEL org.opencontainers.image.authors="hanjo@bunix.de"
RUN apt-get update && apt-get install -y \
python \
&& rm -rf /var/lib/apt/lists/*
Loading…
Cancel
Save