Adding python conversion for TOML and YAML; slightly more verbose syntax for dockerargs

This commit is contained in:
Omar Ahmad
2019-08-15 10:52:20 -04:00
parent 21e58d0588
commit 4a0d85f51a
4 changed files with 82 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM library/docker:stable
ENV HOME_DIR=/opt/crontab
RUN apk add --no-cache --virtual .run-deps gettext bash jq \
RUN apk add --no-cache --virtual .run-deps gettext bash py3-toml py3-yaml python3 jq \
&& mkdir -p ${HOME_DIR}/jobs ${HOME_DIR}/projects \
&& adduser -S docker -D