Skip to content

Commit

Permalink
fix bacnet docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed May 3, 2024
1 parent 0197aaf commit 01c6c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/fixtures/bacnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt .
RUN pip3 install -r requirements.txt
RUN python3 -m pip install -r requirements.txt --break-system-packages

COPY virtual_bacnet.py virtual_bacnet.py
COPY BACpypes.ini .

0 comments on commit 01c6c4a

Please sign in to comment.