Commit bace47d4 by Sofia Papagiannaki Committed by GitHub

Fix build-container (#23942)

parent 9771b1c7
......@@ -29,6 +29,8 @@ ENV OSX_SDK_URL=https://s3.dockerproject.org/darwin/v2 \
# might wanna make sure osx cross and the other tarball as well as the packages ends up somewhere other than tmp
# might also wanna put them as their own layer to not have to unpack them every time?
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get upgrade -yq && \
apt-get install -yq \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment