Update Dockerfile.in

This commit is contained in:
2021-10-25 00:09:39 +02:00
committed by GitHub
parent 9f3cbd5a17
commit 77e7761286

View File

@ -9,8 +9,6 @@ ENV REPO_URL=${REPO_URL}
RUN apt-get update && \
apt-get -y install \
libelf-dev \
libssl-dev \
libtbb-dev \
&& apt-get clean --yes