File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ RUN apt-get update \
1515COPY Cargo.toml Cargo.lock rust-toolchain.toml ./
1616COPY build.rs ./
1717COPY vendor ./vendor
18+ COPY packaging/systemd ./packaging/systemd
1819COPY src ./src
19- COPY scripts/validate-features.sh ./ scripts/validate-features .sh
20+ COPY scripts/validate-features.sh scripts/feature-policy .sh ./scripts/
2021
2122ARG FLUXHEIM_FEATURES=profile-core,acme-client
2223RUN if [ "${FLUXHEIM_FEATURES}" = "default" ]; then \
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ RUN apk add --no-cache build-base cmake perl pkgconf \
1111COPY Cargo.toml Cargo.lock rust-toolchain.toml ./
1212COPY build.rs ./
1313COPY vendor ./vendor
14+ COPY packaging/systemd ./packaging/systemd
1415COPY src ./src
15- COPY scripts/validate-features.sh ./ scripts/validate-features .sh
16+ COPY scripts/validate-features.sh scripts/feature-policy .sh ./scripts/
1617
1718ARG FLUXHEIM_FEATURES=profile-core,acme-client
1819RUN if [ "${FLUXHEIM_FEATURES}" = "default" ]; then \
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ RUN apt-get update \
1515COPY Cargo.toml Cargo.lock rust-toolchain.toml ./
1616COPY build.rs ./
1717COPY vendor ./vendor
18+ COPY packaging/systemd ./packaging/systemd
1819COPY src ./src
19- COPY scripts/validate-features.sh ./ scripts/validate-features .sh
20+ COPY scripts/validate-features.sh scripts/feature-policy .sh ./scripts/
2021
2122ARG FLUXHEIM_FEATURES=profile-core,acme-client
2223RUN if [ "${FLUXHEIM_FEATURES}" = "default" ]; then \
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ RUN apk add --no-cache build-base cmake perl pkgconf \
1111COPY Cargo.toml Cargo.lock rust-toolchain.toml ./
1212COPY build.rs ./
1313COPY vendor ./vendor
14+ COPY packaging/systemd ./packaging/systemd
1415COPY src ./src
15- COPY scripts/validate-features.sh ./ scripts/validate-features .sh
16+ COPY scripts/validate-features.sh scripts/feature-policy .sh ./scripts/
1617
1718ARG FLUXHEIM_FEATURES=profile-core,acme-client
1819RUN if [ "${FLUXHEIM_FEATURES}" = "default" ]; then \
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ RUN apk add --no-cache build-base cmake perl pkgconf \
1111COPY Cargo.toml Cargo.lock rust-toolchain.toml ./
1212COPY build.rs ./
1313COPY vendor ./vendor
14+ COPY packaging/systemd ./packaging/systemd
1415COPY src ./src
15- COPY scripts/validate-features.sh ./ scripts/validate-features .sh
16+ COPY scripts/validate-features.sh scripts/feature-policy .sh ./scripts/
1617
1718ARG FLUXHEIM_FEATURES=profile-core,acme-client
1819RUN if [ "${FLUXHEIM_FEATURES}" = "default" ]; then \
You can’t perform that action at this time.
0 commit comments