Skip to content

Commit

Permalink
Merge pull request #2234 from telefonicaid/fix/debian_strech_repository
Browse files Browse the repository at this point in the history
 Update Dockerfile: fix debian stretch repository
  • Loading branch information
fgalan authored May 4, 2023
2 parents 18720bb + 829cafc commit 70552f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ RUN ls -lsrt

# Install
RUN \
# openjdk-8-jdk is not included in Debian 11 repositories, so we need to add jessie-backports for it
echo 'deb http://httpredir.debian.org/debian-security stretch/updates main' > /etc/apt/sources.list.d/jessie-backports.list && \
apt-get -y update && \
apt-get -y upgrade && \
# Install dependencies
Expand Down

0 comments on commit 70552f4

Please sign in to comment.