diff --git a/Dockerfile.4.pyautofep b/Dockerfile.4.pyautofep new file mode 100644 index 0000000..7856abe --- /dev/null +++ b/Dockerfile.4.pyautofep @@ -0,0 +1,23 @@ +# syntax=docker/dockerfile:1.3-labs +# NOTE: Building this image requires Docker version >= 23.0. + +# Stage 1: Build environment +ARG TAG_VERSION +ARG BASE +FROM ${BASE}:${TAG_VERSION} AS build-env + +# Install PyAutoFEP +RUN <