Add infrastructure for caching downloads in separate image

This commit is contained in:
BtbN 2023-06-18 16:44:57 +02:00
parent 78191a73a6
commit c3fec1bd50
109 changed files with 631 additions and 204 deletions

View file

@ -1,7 +1,10 @@
FROM ubuntu:23.04
ENV FFBUILD_DLDIR="/opt/ffdl"
ENV DEBIAN_FRONTEND noninteractive
RUN \
mkdir -p "$FFBUILD_DLDIR" && \
apt-get -y update && \
apt-get -y dist-upgrade && \
apt-get -y install build-essential yasm nasm \