removed redundant entry
This commit is contained in:
parent
2d99bc3e0e
commit
18cc8b90b5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM debian:testing
|
||||||
|
|
||||||
RUN apt-get update ;\
|
RUN apt-get update ;\
|
||||||
apt-get install -y --no-install-recommends locales \
|
apt-get install -y --no-install-recommends locales \
|
||||||
cmake ninja-build git ca-certificates clang-8 lld-8 clang ccache python python3 build-essential \
|
cmake ninja-build git ca-certificates clang-8 lld-8 ccache python python3 build-essential \
|
||||||
clang-tidy-8 clang-format-8 \
|
clang-tidy-8 clang-format-8 \
|
||||||
python-psutil arcanist zip wget \
|
python-psutil arcanist zip wget \
|
||||||
openjdk-11-jdk \
|
openjdk-11-jdk \
|
||||||
|
|
Loading…
Add table
Reference in a new issue