diff --git a/Dockerfile b/Dockerfile index 4f4d993..7f92e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apk add --no-cache \ py3-ruamel.yaml \ py3-commonmark \ bash \ + curl \ su-exec COPY requirements.txt /opt/menuflow/requirements.txt