Skip to content
Snippets Groups Projects
Commit 3d7fc0fe authored by Matthias Dressel's avatar Matthias Dressel
Browse files

vlc-debian-llvm-ucrt: Use dist-upgrade

parent d338f7d4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ENV IMAGE_DATE=202211290000 ...@@ -10,7 +10,7 @@ ENV IMAGE_DATE=202211290000
ENV WINE_SDK_PATH=/usr/include/wine/wine/windows ENV WINE_SDK_PATH=/usr/include/wine/wine/windows
RUN apt-get update -qq && mkdir -p /usr/share/man/man1 && \ RUN apt-get update -qq && mkdir -p /usr/share/man/man1 && \
apt-get upgrade -y && \ apt-get -y dist-upgrade && \
apt-get install -qqy --no-install-suggests --no-install-recommends \ apt-get install -qqy --no-install-suggests --no-install-recommends \
git wget bzip2 file unzip libtool-bin pkg-config build-essential \ git wget bzip2 file unzip libtool-bin pkg-config build-essential \
automake yasm gettext autopoint vim ninja-build ant \ automake yasm gettext autopoint vim ninja-build ant \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment