Install remove-dup-image into Docker image

This commit is contained in:
Kitaiti Makoto 2021-03-29 00:34:30 +09:00
parent e0f91f7481
commit 3cb6f86ea2
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ WORKDIR /app
COPY --from=builder /app /app
COPY --from=builder /usr/local/cargo/bin/plm /bin/
COPY --from=builder /usr/local/cargo/bin/plume /bin/
COPY --from=builder /usr/local/cargo/bin/remove-dup-images /bin/
CMD ["plume"]