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.
1 parent ed2ade5 commit b58e7f3Copy full SHA for b58e7f3
1 file changed
web/docker/Dockerfile
@@ -77,14 +77,11 @@ ENV DATAFED_DIR="$DATAFED_DIR"
77
ENV BUILD_DIR="$BUILD_DIR"
78
ENV DATAFED_DEFAULT_LOG_PATH="$DATAFED_INSTALL_PATH/logs"
79
80
-RUN apt update && apt install -y make g++
81
-
82
WORKDIR ${DATAFED_DIR}
83
84
USER datafed
85
86
RUN mkdir -p ${DATAFED_DEFAULT_LOG_PATH}; chown root:datafed ${DATAFED_DEFAULT_LOG_PATH}; chmod -R g+rw ${DATAFED_DEFAULT_LOG_PATH}
87
-COPY --from=ws-build --chown=datafed:root ${DATAFED_DEPENDENCIES_ROOT}/scripts/ {DATAFED_DEPENDENCIES_ROOT}/scripts/
88
89
COPY --chown=datafed:root ./scripts/generate_datafed.sh ${BUILD_DIR}/scripts/generate_datafed.sh
90
COPY --chown=datafed:root ./scripts/export_dependency_version.sh ${BUILD_DIR}/scripts/export_dependency_version.sh
0 commit comments