Remove redundant deps

This commit is contained in:
Harrison Burt 2022-03-31 13:47:24 +01:00 committed by GitHub
parent 98bb5a9e2e
commit 507c8e9d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ FROM debian:buster-slim
WORKDIR /etc/lust
RUN apt-get update
RUN apt-get install libssl-dev pkg-config -y
COPY --from=build /app/target/release/lust ./
USER root