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