We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd3200 commit 3e72ed0Copy full SHA for 3e72ed0
Dockerfile
@@ -21,7 +21,7 @@ RUN apk -U --no-cache add \
21
cd /opt/ewsposter && \
22
mkdir -p spool log json && \
23
git checkout dev_v1.24.0 && \
24
- pip install --no-cache-dir hpfeeds3 xmljson influxdb-client influxdb && \
+ pip install --no-cache-dir -r requirements.txt && \
25
adduser --disabled-password --shell /bin/ash --uid 2000 ews && \
26
cp /opt/ewsposter/ews.cfg.docker /opt/ewsposter/ews.cfg && \
27
chown -R ews:ews /opt/ewsposter && \
build_me.sh renamed to docker_build.sh
0 commit comments