Dockerfile.test: skip curl, gcc, git and make install
These are already installed by default in the golang image. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
546538971c
commit
25fada0cc7
@ -32,7 +32,6 @@ RUN ./install-protobuf
|
|||||||
# Install runc
|
# Install runc
|
||||||
FROM golang-base AS runc
|
FROM golang-base AS runc
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
curl \
|
|
||||||
libseccomp-dev \
|
libseccomp-dev \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
@ -46,10 +45,7 @@ FROM golang-base AS dev
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libbtrfs-dev \
|
libbtrfs-dev \
|
||||||
btrfs-progs \
|
btrfs-progs \
|
||||||
gcc \
|
|
||||||
git \
|
|
||||||
libseccomp-dev \
|
libseccomp-dev \
|
||||||
make \
|
|
||||||
xfsprogs \
|
xfsprogs \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user