Aptitude doesn't exist by that name...
This commit is contained in:
@@ -3,9 +3,9 @@ FROM jenkins/inbound-agent:latest-trixie-jdk17 AS jnlp
|
||||
# USER jenkins
|
||||
USER root
|
||||
RUN apt-get update && \
|
||||
apt-get -y install ca-certificates curl pkg-config python3.13 python3-dev python3-pip \
|
||||
python3-setuptools python3.13-venv && \
|
||||
aptitude -y install gdebi && \
|
||||
apt-get -y install ca-certificates curl pkg-config python3.13 python3.13-venv python3-dev python3-pip \
|
||||
python3-setuptools && \
|
||||
apt -y install gdebi && \
|
||||
curl -O https://www.princexml.com/download/prince_16.1-1_ubuntu24.04_amd64.deb && \
|
||||
gdebi --n ./prince_16.1-1_ubuntu24.04_amd64.deb && \
|
||||
apt-get clean && \
|
||||
|
||||
Reference in New Issue
Block a user