Skip to content

Commit 25fada0

Browse files
committed
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 <[email protected]>
1 parent 5465389 commit 25fada0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

contrib/Dockerfile.test

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN ./install-protobuf
3232
# Install runc
3333
FROM golang-base AS runc
3434
RUN apt-get update && apt-get install -y \
35-
curl \
3635
libseccomp-dev \
3736
--no-install-recommends
3837

@@ -46,10 +45,7 @@ FROM golang-base AS dev
4645
RUN apt-get update && apt-get install -y \
4746
libbtrfs-dev \
4847
btrfs-progs \
49-
gcc \
50-
git \
5148
libseccomp-dev \
52-
make \
5349
xfsprogs \
5450
--no-install-recommends
5551

0 commit comments

Comments
 (0)