diff --git a/test/integration/testdata/gvisor-addon-Dockerfile b/test/integration/testdata/gvisor-addon-Dockerfile index 3a0a7853f8..5d79a30fda 100644 --- a/test/integration/testdata/gvisor-addon-Dockerfile +++ b/test/integration/testdata/gvisor-addon-Dockerfile @@ -12,9 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:18.04 -RUN apt-get update && \ - apt-get install -y kmod gcc wget xz-utils libc6-dev bc libelf-dev bison flex openssl libssl-dev libidn2-0 sudo libcap2 && \ - rm -rf /var/lib/apt/lists/* +# Need an image with chroot +FROM alpine:3 +RUN apk -U add ca-certificates COPY gvisor-addon /gvisor-addon CMD ["/gvisor-addon"]