diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index 1a25ec4..fdee56d 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -1,6 +1,8 @@ FROM ubuntu:20.04 ARG VERSION +RUN dpkg --add-architecture i386 + RUN apt-get update &&\ DEBIAN_FRONTEND=noninteractive \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils python sed tzdata build-essential