mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
MirrorManager: add protoc to the builder image
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user