Skip to content

Commit

Permalink
Merge branch 'develop' into gtf-add-new-model-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro authored May 13, 2024
2 parents bce3548 + 4794fd5 commit 4b600fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/integration/fixtures/bacnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
FROM ubuntu:latest as base
FROM python:3.9 as base

WORKDIR /opt

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

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

Expand Down

0 comments on commit 4b600fc

Please sign in to comment.