Merge pull request #1993 from thaJeztah/e2e_remove_dead_code

e2e: remove docker engine testing remnants
This commit is contained in:
Sebastiaan van Stijn 2019-08-15 03:01:45 +02:00 committed by GitHub
commit aa097cf1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,5 @@
ARG GO_VERSION=1.12.8
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
# Use Debian based image as docker-compose requires glibc.
FROM golang:${GO_VERSION}
@ -9,10 +7,6 @@ RUN apt-get update && apt-get install -y \
build-essential \
curl \
openssl \
btrfs-tools \
libapparmor-dev \
libseccomp-dev \
iptables \
openssh-client \
&& rm -rf /var/lib/apt/lists/*