Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Jul 1, 2024
1 parent f597f1c commit 9e37b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/Linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV container docker
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8
ENV LC_ALL=C.UTF-8
RUN apt-get -y install \
RUN apt-get -y update && apt-get -y install \
libdbus-1-3 \
libfontconfig1 \
libfreetype6 \
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN <<EOF
if [ "${UBUNTU}" = "noble" ]; then
EXTRA_PKGS="clang-format clang-tidy clazy iwyu"
fi
apt-get -y install \
apt-get -y update && apt-get -y install \
bash \
build-essential \
ffmpeg \
Expand Down

0 comments on commit 9e37b38

Please sign in to comment.