Skip to content

Commit

Permalink
Issue #476 - Dynamic dependency installation doesn't work for other U…
Browse files Browse the repository at this point in the history
…ID/GID runners
  • Loading branch information
ppodgorsek committed Feb 7, 2024
1 parent 40daee8 commit ee3c2d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ ENV PATH=/opt/robotframework/bin:/opt/robotframework/drivers:$PATH

# Ensure the directory for Python dependencies exists
RUN mkdir -p ${ROBOT_DEPENDENCY_DIR} \
&& chown ${ROBOT_UID}:${ROBOT_GID} ${ROBOT_DEPENDENCY_DIR}
&& chown ${ROBOT_UID}:${ROBOT_GID} ${ROBOT_DEPENDENCY_DIR} \
&& chmod 777 ${ROBOT_DEPENDENCY_DIR}

# Set up a volume for the generated reports
VOLUME ${ROBOT_REPORTS_DIR}
Expand Down

0 comments on commit ee3c2d3

Please sign in to comment.