Skip to content

Commit

Permalink
Add back missing requests library
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Oct 6, 2024
1 parent 1dffbf3 commit 7ae89df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apt-get -y --no-install-recommends install \
x11-common && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir requests==2.32.3 && \
wget https://download.brother.com/welcome/dlf105200/brscan4-0.4.11-1.amd64.deb --progress=dot:giga -O /tmp/brscan4.deb && \
wget https://download.brother.com/welcome/dlf006652/brscan-skey-0.3.2-0.amd64.deb --progress=dot:giga -O /tmp/brscan-skey.deb && \
dpkg -i --force-all /tmp/brscan4.deb && \
Expand Down

0 comments on commit 7ae89df

Please sign in to comment.