diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-24 13:59:45 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-24 13:59:45 -0700 |
commit | ea0342d470e7eabd9aa2968d4919c67784e4a358 (patch) | |
tree | 3523dea342e2fb2b821d0e8958f7833536b61349 /images | |
parent | e2c70ee9814f0f76ab5c30478748e4c697e91f33 (diff) | |
parent | ab0262bd94c25bc91d5e0d831b75729c253dfde6 (diff) |
Merge pull request #3356 from amscanne:generics_tests
PiperOrigin-RevId: 323066414
Diffstat (limited to 'images')
-rw-r--r-- | images/default/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/default/Dockerfile b/images/default/Dockerfile index 397082b02..2b38e6c58 100644 --- a/images/default/Dockerfile +++ b/images/default/Dockerfile @@ -1,7 +1,7 @@ FROM fedora:31 # Install bazel. RUN dnf install -y dnf-plugins-core && dnf copr enable -y vbatts/bazel -RUN dnf install -y git gcc make golang gcc-c++ glibc-devel python3 which python3-pip python3-devel libffi-devel openssl-devel pkg-config glibc-static libstdc++-static patch +RUN dnf install -y git gcc make golang gcc-c++ glibc-devel python3 which python3-pip python3-devel libffi-devel openssl-devel pkg-config glibc-static libstdc++-static patch diffutils RUN pip install pycparser RUN dnf install -y bazel3 # Install gcloud. |