Update Dockerfile.in

This commit is contained in:
Bensuperpc 2021-10-25 00:09:39 +02:00 committed by GitHub
parent 9f3cbd5a17
commit 77e7761286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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