We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a38c9 commit 4bcaffbCopy full SHA for 4bcaffb
Dockerfile
@@ -6,12 +6,8 @@ ARG VERSION
6
7
WORKDIR /build
8
9
-# RUN apt-get update
10
-# RUN apt-get install -y git clang cmake libsnappy-dev
11
-
12
-RUN apt-get update && \
13
- apt-get install -y --no-install-recommends git clang cmake libsnappy-dev && \
14
- rm -rf /var/lib/apt/lists/*
+RUN apt-get update
+RUN apt-get install -y git clang cmake libsnappy-dev
15
16
RUN git clone --branch $VERSION https://github.com/romanz/electrs .
17
0 commit comments