Skip to content

Commit

Permalink
package-indexer/Dockerfile: add rpm packaging tools
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Nov 18, 2024
1 parent e901e19 commit e5d9066
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/package-indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM ubuntu:noble
RUN apt-get update && apt-get install -y \
python3-pip \
apt-utils \
gnupg2
gnupg2 \
rpm \
createrepo-c

RUN pip install --break-system-packages \
azure-storage-blob \
Expand Down

0 comments on commit e5d9066

Please sign in to comment.