Loading .github/workflows/build.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,10 +7,12 @@ on: - master paths-ignore: - '**/*.md' - '**/*.yml' - '.gitignore' - '.dockerignore' - '.github/**' - '.github/workflows/**' - 'Dockerfile' jobs: shellcheck: Loading Dockerfile +4 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,11 @@ RUN apt-get update && apt-get -y upgrade && \ ca-certificates \ netcat-openbsd \ qemu-system-x86 \ && apt-get clean && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* COPY run/*.sh /run/ RUN ["chmod", "+x", "/run/run.sh"] RUN chmod +x /run/*.sh VOLUME /storage Loading Loading
.github/workflows/build.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,10 +7,12 @@ on: - master paths-ignore: - '**/*.md' - '**/*.yml' - '.gitignore' - '.dockerignore' - '.github/**' - '.github/workflows/**' - 'Dockerfile' jobs: shellcheck: Loading
Dockerfile +4 −3 Original line number Diff line number Diff line Loading @@ -14,10 +14,11 @@ RUN apt-get update && apt-get -y upgrade && \ ca-certificates \ netcat-openbsd \ qemu-system-x86 \ && apt-get clean && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* COPY run/*.sh /run/ RUN ["chmod", "+x", "/run/run.sh"] RUN chmod +x /run/*.sh VOLUME /storage Loading