We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40daee8 + ee3c2d3 commit 2124493Copy full SHA for 2124493
Dockerfile
@@ -160,7 +160,8 @@ ENV PATH=/opt/robotframework/bin:/opt/robotframework/drivers:$PATH
160
161
# Ensure the directory for Python dependencies exists
162
RUN mkdir -p ${ROBOT_DEPENDENCY_DIR} \
163
- && chown ${ROBOT_UID}:${ROBOT_GID} ${ROBOT_DEPENDENCY_DIR}
+ && chown ${ROBOT_UID}:${ROBOT_GID} ${ROBOT_DEPENDENCY_DIR} \
164
+ && chmod 777 ${ROBOT_DEPENDENCY_DIR}
165
166
# Set up a volume for the generated reports
167
VOLUME ${ROBOT_REPORTS_DIR}
0 commit comments