dockerfile: fix package sources of deprecated ubuntu version

This commit is contained in:
2026-01-11 19:38:50 +01:00
parent c205b2fcd0
commit ee42a0ca0b

View File

@ -4,6 +4,7 @@ FROM ubuntu:utopic
MAINTAINER Christian Dietrich <stettberger@dokucode.de> MAINTAINER Christian Dietrich <stettberger@dokucode.de>
# Install Packages required to build FAIL* # Install Packages required to build FAIL*
RUN sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
RUN apt-get update RUN apt-get update
RUN apt-get install -y \ RUN apt-get install -y \
binutils-dev \ binutils-dev \