Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .sync/containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ ENV TZ=UTC
# the .local/bin directory to the path which will be used by pip.
ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin

RUN apt-get update && \
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install --yes --no-install-recommends \
bison \
ca-certificates \
Expand All @@ -68,6 +69,9 @@ RUN apt-get update && \
unzip \
uuid-dev \
wget \
libc6-i386 \
libc6-dev-i386 \
linux-libc-dev:i386 \
&& \
apt-get update && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F23C5A6CF475977595C89F51BA6932366A755776 && \
Expand Down
6 changes: 5 additions & 1 deletion .sync/containers/Ubuntu-24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ ENV TZ=UTC
# the .local/bin directory to the path which will be used by pip.
ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin

RUN apt-get update && \
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install --yes --no-install-recommends \
bison \
ca-certificates \
Expand Down Expand Up @@ -70,6 +71,9 @@ RUN apt-get update && \
unzip \
uuid-dev \
wget \
libc6-i386 \
libc6-dev-i386 \
linux-libc-dev:i386 \
&& \
apt-get update && \
apt-get install --yes --no-install-recommends \
Expand Down
6 changes: 5 additions & 1 deletion Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ENV TZ=UTC
# the .local/bin directory to the path which will be used by pip.
ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin

RUN apt-get update && \
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install --yes --no-install-recommends \
bison \
ca-certificates \
Expand All @@ -65,6 +66,9 @@ RUN apt-get update && \
unzip \
uuid-dev \
wget \
libc6-i386 \
libc6-dev-i386 \
linux-libc-dev:i386 \
&& \
apt-get update && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F23C5A6CF475977595C89F51BA6932366A755776 && \
Expand Down
6 changes: 5 additions & 1 deletion Containers/Ubuntu-24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ENV TZ=UTC
# the .local/bin directory to the path which will be used by pip.
ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin

RUN apt-get update && \
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install --yes --no-install-recommends \
bison \
ca-certificates \
Expand Down Expand Up @@ -67,6 +68,9 @@ RUN apt-get update && \
unzip \
uuid-dev \
wget \
libc6-i386 \
libc6-dev-i386 \
linux-libc-dev:i386 \
&& \
apt-get update && \
apt-get install --yes --no-install-recommends \
Expand Down
Loading