Skip to content

Commit ab99f11

Browse files
committed
Fix hadolint complaints
1 parent ddbaee1 commit ab99f11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ LABEL org.opencontainers.image.vendor="AppTweak"
1616
LABEL org.opencontainers.image.version=${CVS_REF}
1717
LABEL org.opencontainers.image.created=${BUILD_DATE}
1818

19-
RUN apt-get update && apt-get install -y curl
20-
2119
RUN apt-get update && \
2220
apt-get install --no-install-recommends -y \
2321
build-essential \
22+
curl \
2423
cmake \
2524
git \
2625
pkg-config \

0 commit comments

Comments
 (0)