move build dependencies to docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7bf15b5e73
commit
0f4d927be1
@ -10,7 +10,6 @@ steps:
|
||||
environment:
|
||||
CUPSRELEASE: "2.2.10"
|
||||
commands:
|
||||
- yum install -y gnutls-devel pam-devel dbus-devel avahi-devel systemd-devel
|
||||
- wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
|
||||
- mkdir ./rpms
|
||||
- rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$CUPSRELEASE-source.tar.gz
|
||||
|
Reference in New Issue
Block a user