Don't attempt to install the same package twice

This commit is contained in:
Maxim Biro 2022-02-13 22:37:23 -05:00
parent dcc65c385f
commit 25216f86e7
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -26,7 +26,6 @@ RUN apt-get update && \
cmake \
parallel \
libsodium-dev \
ninja-build\
&& rm -rf /var/lib/apt/lists/*
RUN echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main" >> /etc/apt/sources.list && \