Add infrastructure for caching downloads in separate image
This commit is contained in:
parent
78191a73a6
commit
c3fec1bd50
109 changed files with 631 additions and 204 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue