File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33RUN apt-get update -qq && \
44 DEBIAN_FRONTEND="noninteractive" apt-get install -qqy --no-install-recommends \
55 git wget bzip2 file unzip libtool pkg-config cmake build-essential \
6- automake yasm gettext autopoint vim-tiny python3 python3-distutils \
6+ automake yasm gettext autopoint vim-tiny python3 \
77 ninja-build ca-certificates curl less zip && \
88 apt-get clean -y && \
99 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33RUN apt-get update -qq && \
44 DEBIAN_FRONTEND="noninteractive" apt-get install -qqy --no-install-recommends \
55 git wget bzip2 file unzip libtool pkg-config cmake build-essential \
6- automake yasm gettext autopoint vim-tiny python3 python3-distutils \
6+ automake yasm gettext autopoint vim-tiny python3 \
77 ninja-build ca-certificates curl less zip && \
88 apt-get clean -y && \
99 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33RUN apt-get update -qq && \
44 DEBIAN_FRONTEND="noninteractive" apt-get install -qqy --no-install-recommends \
55 git wget bzip2 file unzip libtool pkg-config cmake build-essential \
6- automake yasm gettext autopoint vim-tiny python3 python3-distutils \
6+ automake yasm gettext autopoint vim-tiny python3 \
77 ninja-build ca-certificates curl less zip && \
88 apt-get clean -y && \
99 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:22.04
33RUN apt-get update -qq && \
44 DEBIAN_FRONTEND="noninteractive" apt-get install -qqy --no-install-recommends \
55 git wget bzip2 file unzip libtool pkg-config cmake build-essential \
6- automake yasm gettext autopoint vim-tiny python3 python3-distutils \
6+ automake yasm gettext autopoint vim-tiny python3 \
77 ninja-build ca-certificates curl less zip && \
88 apt-get clean -y && \
99 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments