Changed dnf commands to apt for the new image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-01-15 17:07:25 -05:00
parent 0f5b9eb45a
commit 1189f4b61c

View File

@ -2,7 +2,7 @@ pipeline:
test:
image: maven:3-eclipse-temurin-17
commands:
- microdnf install -y lsof
- apt install -y lsof
- mvn test
build:
@ -13,7 +13,7 @@ pipeline:
package:
image: maven:3-eclipse-temurin-17
commands:
- microdnf install -y rpm-build
- apt install -y rpm
- mvn clean compile package -Dmaven.test.skip
when:
event: tag