Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 3686:fc209014524a
install (setup): set minimum version of `python-dateutil` to `2.8.1`:
`dateutil.parser.ParserError` is only available from `2.8.1`, thus this become the minimum
required version.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 10:32:04 +0200 |
parents | 0ffaa231138c |
children | f25442794e11 |
line wrap: on
line source
ARG REVISION=dev FROM libervia/web:${REVISION} LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" ARG DEBIAN_FRONTEND=noninteractive USER root COPY --chown=root:root libervia.conf /etc/libervia.conf WORKDIR /home/libervia USER libervia