Skip to content

Commit 3e72ed0

Browse files
committed
Change Dockerfile, rename build_me.sh to docker_build.sh
1 parent bbd3200 commit 3e72ed0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apk -U --no-cache add \
2121
cd /opt/ewsposter && \
2222
mkdir -p spool log json && \
2323
git checkout dev_v1.24.0 && \
24-
pip install --no-cache-dir hpfeeds3 xmljson influxdb-client influxdb && \
24+
pip install --no-cache-dir -r requirements.txt && \
2525
adduser --disabled-password --shell /bin/ash --uid 2000 ews && \
2626
cp /opt/ewsposter/ews.cfg.docker /opt/ewsposter/ews.cfg && \
2727
chown -R ews:ews /opt/ewsposter && \
File renamed without changes.

0 commit comments

Comments
 (0)