Skip to content

Commit eb6dc87

Browse files
committed
ci: cleanup
1 parent ed738f3 commit eb6dc87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/docker/ubuntu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ FROM ubuntu:latest AS env
66
ENV PATH=/usr/local/bin:$PATH
77
RUN apt update -q \
88
&& DEBIAN_FRONTEND=noninteractive apt install -yq \
9-
git wget libssl-dev \
10-
build-essential cmake \
9+
git wget libssl-dev build-essential cmake \
1110
&& apt-get clean \
1211
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1312

0 commit comments

Comments
 (0)