Skip to content

Commit b3e76c8

Browse files
committed
fix: adding correct user to imaage
1 parent a470c73 commit b3e76c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM nauedu/nau-analytics-base-spark:latest
2+
USER root
23
RUN pip install --no-cache-dir git+https://github.com/fccn/nau-analytics-utils.git@main#subdirectory=common_libs/utils
4+
USER 185
35
# Copy your application code
46
COPY src/ /opt/spark/work-dir/src/
57

0 commit comments

Comments
 (0)