diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2021-02-02 21:04:00 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-02 21:06:39 -0800 |
commit | bfad3be0b7dfa72dc836e79daf06639a50c0b1ec (patch) | |
tree | d31b25f55ebb33fa620714c0e7865866a638db6c /images/basic/integrationtest/Dockerfile.x86_64 | |
parent | fb422db7065480f6ad2b23794ac9a16596d298c6 (diff) |
Make ubuntutest image x86 only.
PiperOrigin-RevId: 355315140
Diffstat (limited to 'images/basic/integrationtest/Dockerfile.x86_64')
-rw-r--r-- | images/basic/integrationtest/Dockerfile.x86_64 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/images/basic/integrationtest/Dockerfile.x86_64 b/images/basic/integrationtest/Dockerfile.x86_64 new file mode 100644 index 000000000..e80e17527 --- /dev/null +++ b/images/basic/integrationtest/Dockerfile.x86_64 @@ -0,0 +1,7 @@ +FROM ubuntu:bionic + +WORKDIR /root +COPY . . +RUN chmod +x *.sh + +RUN apt-get update && apt-get install -y gcc iputils-ping iproute2 |