We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed738f3 commit eb6dc87Copy full SHA for eb6dc87
ci/docker/ubuntu/Dockerfile
@@ -6,8 +6,7 @@ FROM ubuntu:latest AS env
6
ENV PATH=/usr/local/bin:$PATH
7
RUN apt update -q \
8
&& DEBIAN_FRONTEND=noninteractive apt install -yq \
9
- git wget libssl-dev \
10
- build-essential cmake \
+ git wget libssl-dev build-essential cmake \
11
&& apt-get clean \
12
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
13
0 commit comments