Ignore consecutive run statement in hadolint

This commit is contained in:
ViViDboarder 2021-11-29 10:47:33 -08:00
parent 85511d8dc9
commit 60699e6f5a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ COPY Cargo.toml Cargo.lock ./
RUN cargo build --locked --release
# Remove bins to make sure we rebuild
# hadolint ignore=DL3059
RUN rm ./target/release/deps/vaultwarden_ldap*
# Copy source and install
COPY src ./src