MirrorManager: add protoc to the builder image
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
691adee6ee
commit
4fe5bfd9e5
1 changed files with 2 additions and 6 deletions
|
@ -4,10 +4,6 @@ LABEL \
|
|||
vendor="Fedora Infrastructure" \
|
||||
license="MIT"
|
||||
USER root
|
||||
# Add RPM-only modules
|
||||
RUN dnf install -y python3-pyrpmmd
|
||||
# Add Rust
|
||||
RUN dnf install -y cargo
|
||||
# Add Logrotate
|
||||
RUN dnf install -y logrotate
|
||||
# Add RPM-only modules, Rust, protoc and logrotate
|
||||
RUN dnf install -y python3-pyrpmmd cargo protobuf-compiler logrotate
|
||||
USER 1001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue