Skip to content

Commit

Permalink
Merge branch 'develop' into fix-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro authored May 13, 2024
2 parents 29835a6 + 4794fd5 commit 97ece93
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/integration/fixtures/bacnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
FROM ubuntu:22.04 as base
FROM python:3.9 as base

WORKDIR /opt

RUN apt update \
&& apt install -y \
python3.10 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt .
RUN python3 -m pip install -r requirements.txt

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

0 comments on commit 97ece93

Please sign in to comment.