mirror of https://github.com/docker/cli.git
e2e: remove docker engine testing remnants
These changes were made as part of the `docker engine` feature in commitfd2f1b3b66
, but later reverted inf250152bf4
andb7ec4a42d9
These lines were forgotten to be removed, and should no longer be needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commitde01e72455
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2907276eca
commit
be9adbd5c1
|
@ -1,7 +1,5 @@
|
||||||
ARG GO_VERSION=1.12.8
|
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.
|
# Use Debian based image as docker-compose requires glibc.
|
||||||
FROM golang:${GO_VERSION}
|
FROM golang:${GO_VERSION}
|
||||||
|
|
||||||
|
@ -9,10 +7,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
openssl \
|
openssl \
|
||||||
btrfs-tools \
|
|
||||||
libapparmor-dev \
|
|
||||||
libseccomp-dev \
|
|
||||||
iptables \
|
|
||||||
openssh-client \
|
openssh-client \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue