Add nginx-common #172
build.yml
on: push
Python (root)
/
Build and deploy
39s
Python
/
Build and deploy
38s
Python Dev
/
Build and deploy
Python Django (root)
/
Build and deploy
Python Django
/
Build and deploy
Annotations
2 errors
Python / Build and deploy
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; export DEBIAN_FRONTEND=noninteractive; apt-get update; apt-get -y upgrade; apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u5 curl=7.88.1-10+deb12u5 build-essential=12.9 libmagic-dev=1:5.44-3; apt-get install -y --no-install-recommends nginx=1.22.1-9 nginx-common=1.22.1-9; ufw allow 'Nginx HTTPS'; mkdir /etc/nginx/ssl; openssl req -x509 -noenc -newkey rsa:2048 -keyout /etc/nginx/ssl/key.pem -out /etc/nginx/ssl/req.pem -days 90 -subj \"/C=GB/ST=London/L=Kew/O=The National Archives/OU=Digital/CN=localhost\"; apt-get clean; apt-get autoremove -y --purge; \trm -rfv /var/lib/apt/lists/*; useradd --system --create-home app; mkdir -p /app; chown app:app -R /app; chmod 700 /app" did not complete successfully: exit code: 100
|
Python (root) / Build and deploy
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; export DEBIAN_FRONTEND=noninteractive; apt-get update; apt-get -y upgrade; apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u5 curl=7.88.1-10+deb12u5 build-essential=12.9 libmagic-dev=1:5.44-3; apt-get install -y --no-install-recommends nginx=1.22.1-9 nginx-common=1.22.1-9; ufw allow 'Nginx HTTPS'; mkdir /etc/nginx/ssl; openssl req -x509 -noenc -newkey rsa:2048 -keyout /etc/nginx/ssl/key.pem -out /etc/nginx/ssl/req.pem -days 90 -subj \"/C=GB/ST=London/L=Kew/O=The National Archives/OU=Digital/CN=localhost\"; apt-get clean; apt-get autoremove -y --purge; \trm -rfv /var/lib/apt/lists/*; useradd --system --create-home app; mkdir -p /app; chown app:app -R /app; chmod 700 /app" did not complete successfully: exit code: 100
|