Skip to content

Commit

Permalink
Make clear when to use the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Oct 16, 2024
1 parent 04581a3 commit 6a8bf8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Dockerfile to use with the controller environment where we run the environment provider as a Job
# instead of running it as an imported service in the suite runner. The environment provider uses
# ExecptionGroups when running as part of the ETOS controller which is a python 3.11 feature.
FROM python:3.11-bookworm AS build

COPY . /src
Expand Down

0 comments on commit 6a8bf8b

Please sign in to comment.