mirror of
https://github.com/monero-project/monero
synced 2025-10-05 16:22:41 +02:00
Dockerfile: remove unused deps
This commit is contained in:
@@ -6,18 +6,12 @@ FROM ubuntu:20.04 AS builder
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --yes install \
|
||||
automake \
|
||||
autotools-dev \
|
||||
bsdmainutils \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
ccache \
|
||||
cmake \
|
||||
curl \
|
||||
git \
|
||||
libtool \
|
||||
pkg-config \
|
||||
gperf
|
||||
pkg-config
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user