mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-07-24 00:03:11 +00:00
Tests: Dockerfile: Remove unnecessary deps covered in the base image.
This commit is contained in:
parent
756558d3e9
commit
842bc16b9e
@ -1,7 +1,7 @@
|
||||
FROM nimlang/nim:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
cmake gcc make git curl ca-certificates xz-utils \
|
||||
cmake make \
|
||||
libc-dev \
|
||||
iproute2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user