Skip to content

Commit

Permalink
e2e: remove docker engine testing remnants
Browse files Browse the repository at this point in the history
These changes were made as part of the `docker engine` feature
in commit fd2f1b3, but later
reverted in f250152 and
b7ec4a4

These lines were forgotten to be removed, and should no longer
be needed.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 10, 2019
1 parent 1161a9c commit d7ae89a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dockerfiles/Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
ARG GO_VERSION=1.12.6

FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process

# Use Debian based image as docker-compose requires glibc.
FROM golang:${GO_VERSION}

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/*

Expand Down

0 comments on commit d7ae89a

Please sign in to comment.