Skip to content

Commit

Permalink
Re-add # Docker run environment and removed -y from apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino committed Feb 12, 2024
1 parent f61069f commit bdec391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM DISTRO
ARG SOURCE_DIR=/ffmpeg
ARG ARTIFACT_DIR=/dist

# Docker run environment
ENV DEB_BUILD_OPTIONS=noddebs
ENV DEBIAN_FRONTEND=noninteractive
ENV ARCH=BUILD_ARCHITECTURE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win64.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
DLLTOOL="x86_64-w64-mingw32-dlltool"

# Prepare Debian and mingw-w64 build environment
RUN apt-get -y update \
RUN apt-get update \
&& apt-get install -y \
build-essential yasm nasm xxd pkgconf git curl \
wget unzip subversion autoconf automake libtool \
Expand Down

0 comments on commit bdec391

Please sign in to comment.