ci: docker_tag=ext - Update Dockerfiles with comprehensive dependencies and tools
This commit is contained in:
parent
b507c54c70
commit
e1f4f8b4ed
29
Dockerfile
29
Dockerfile
@ -13,6 +13,35 @@ RUN apk update && apk upgrade && apk add --no-cache \
|
|||||||
busybox-extras \
|
busybox-extras \
|
||||||
npm \
|
npm \
|
||||||
coreutils \
|
coreutils \
|
||||||
|
build-base \
|
||||||
|
autoconf \
|
||||||
|
automake \
|
||||||
|
libtool \
|
||||||
|
pkgconfig \
|
||||||
|
cmake \
|
||||||
|
ninja \
|
||||||
|
clang \
|
||||||
|
lldb \
|
||||||
|
lld \
|
||||||
|
make \
|
||||||
|
tree \
|
||||||
|
ncdu \
|
||||||
|
mc \
|
||||||
|
ctags \
|
||||||
|
cscope \
|
||||||
|
vim \
|
||||||
|
emacs \
|
||||||
|
sed \
|
||||||
|
gawk \
|
||||||
|
iputils \
|
||||||
|
net-tools \
|
||||||
|
iproute2 \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
|
py3-pip \
|
||||||
|
go \
|
||||||
|
rust \
|
||||||
|
cargo \
|
||||||
&& npm install -g wscat
|
&& npm install -g wscat
|
||||||
|
|
||||||
# Installation des dépendances
|
# Installation des dépendances
|
||||||
|
Loading…
x
Reference in New Issue
Block a user