mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Don't attempt to install the same package twice
This commit is contained in:
parent
dcc65c385f
commit
25216f86e7
|
@ -26,7 +26,6 @@ RUN apt-get update && \
|
||||||
cmake \
|
cmake \
|
||||||
parallel \
|
parallel \
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
ninja-build\
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main" >> /etc/apt/sources.list && \
|
RUN echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main" >> /etc/apt/sources.list && \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user