update dockerfile (not tested)

This commit is contained in:
Simon 2020-10-31 22:47:50 +01:00
parent 2a74cad516
commit 956a584055
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \
cd /opt && \
rm -rf /usr/src/dmr_utils3 && \
git clone https://github.com/n0mjs710/hblink3
git clone https://github.com/hacknix/hblink3
ENV AAA BBBB
RUN cd /opt/hblink3/ && \
sed -i s/.*python.*//g requirements.txt && \