python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
debian:jessie docker image does not install Nginx with HTTP/2 support
I have this Dockerfile:
FROM debian:jessie
ARG ENV_APP
ARG ENV_SMF
RUN apt-get update && apt-get install -y nginx
ADD conf.d/nginx.conf /etc/nginx/
ADD conf.d/nginx.${ENV_SMF}.conf /etc/ngi...

Ignas Damunskis
Votes: 0
Answers: 1
Getting weird error when trying to install packages in Dockerfile
I am running apt-get install in a Dockerfile (base image Debian:Jessie) and getting the error :
rm: cannot remove '/tmp/tmp.2aQvTy9NOu': No such file or directory
I am not sure what this means or wha...
Hmkyriacou
Votes: 0
Answers: 0
How to install Debian Jessie package in Bullseye in Docker
I am trying to install libtomcat7-java in my Debian Bullseye Docker container. The problem is that it is only available in the Debian Archives for Jessie.
I tried the follow code:
FROM openjdk:8u312-b...
Redline
Votes: 0
Answers: 1
unable to run apt-get -f install on debian
I have a system that is due to be upgraded but I'm having conflicts with apt-get -f install:
apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information...

stdcerr
Votes: 0
Answers: 2