dockerfile: fix package sources of deprecated ubuntu version
This commit is contained in:
@ -4,6 +4,7 @@ FROM ubuntu:utopic
|
||||
MAINTAINER Christian Dietrich <stettberger@dokucode.de>
|
||||
|
||||
# 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 install -y \
|
||||
binutils-dev \
|
||||
|
||||
Reference in New Issue
Block a user