Skip to content

Commit 2478130

Browse files
committed
Remove unused ENV var
1 parent 49e9872 commit 2478130

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/datacustomcode/templates/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM public.ecr.aws/emr-on-eks/spark/emr-7.3.0:latest
22

33
USER root
44

5-
ENV ENVIRONMENT=Outside_DataCloud
6-
75
# install from dev requirements.txt
86
COPY requirements-dev.txt ./requirements-dev.txt
97
RUN pip3.11 install --no-cache-dir -r requirements-dev.txt

0 commit comments

Comments
 (0)