We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbaee1 commit ab99f11Copy full SHA for ab99f11
Dockerfile
@@ -16,11 +16,10 @@ LABEL org.opencontainers.image.vendor="AppTweak"
16
LABEL org.opencontainers.image.version=${CVS_REF}
17
LABEL org.opencontainers.image.created=${BUILD_DATE}
18
19
-RUN apt-get update && apt-get install -y curl
20
-
21
RUN apt-get update && \
22
apt-get install --no-install-recommends -y \
23
build-essential \
+ curl \
24
cmake \
25
git \
26
pkg-config \
0 commit comments