build/bot: try installing gcc-multilib in linux container

pull/26029/head
Felix Lange 2 years ago
parent c591acb765
commit 9ad6094a5d
  1. 4
      build/bot/Dockerfile.linux

@ -1,5 +1,9 @@
FROM golang:1.19.1
# Install build tools.
RUN apt-get update
RUN apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib g++-multilib
# The repo checkout is mounted to /source.
WORKDIR /source

Loading…
Cancel
Save