diff --git a/Dockerfile b/Dockerfile index 0117b254..db59fd37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # - Tools for creating a CRAFF image to load into a model # - Python, including checkers/linters # - Rust (will be on the PATH due to the ENV command above) -RUN dnf -y update && \ - dnf -y install \ +# hadolint ignore=DL3004,SC3009 +RUN <> /root/.bashrc @@ -164,6 +209,30 @@ WORKDIR /workspace/tsffs FROM fedora:42@sha256:f357623dc40edf7803f21b2b954f92417f274a7370f82384ef13c73e08ce1727 AS tsffs-prod +# Install minimal runtime dependencies only +# hadolint ignore=DL3004,SC3009 +RUN <