Skip to content

should use && not ; #74

@cgwalters

Description

@cgwalters

RUN dnf -y update; \

Otherwise if there's an error at build time (e.g. package download failed) we will just blindly continue on and produce something broken. Yes, shell script sucks 😄

I tend to have a build.sh to start that uses bash strict mode and then COPY build.sh . and RUN build.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions