ci: docker_tag=ext - Update Dockerfiles with comprehensive dependencies and tools
This commit is contained in:
parent
d568d63403
commit
43fe599583
10
Dockerfile
10
Dockerfile
@ -15,9 +15,15 @@ RUN cargo build --release
|
|||||||
# ---- image finale ----
|
# ---- image finale ----
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get install -y ca-certificates strace curl dnsutils jq git wget telnet npm coreutils && \
|
apt-get install -y ca-certificates strace curl dnsutils jq git wget telnet npm coreutils \
|
||||||
|
build-essential autoconf automake libtool pkg-config cmake ninja-build clang lldb lld make \
|
||||||
|
tree ncdu mc exuberant-ctags cscope vim emacs sed gawk inetutils-tools iputils-* net-tools iproute2 \
|
||||||
|
python3 python3-pip python3-dev && \
|
||||||
|
apt-get install -y golang-go && \
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
||||||
npm install -g wscat && \
|
npm install -g wscat && \
|
||||||
rm -rf /var/lib/apt/lists/* /root/.npm
|
rm -rf /var/lib/apt/lists/* /root/.npm && \
|
||||||
|
ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
# Créer l'utilisateur bitcoin
|
# Créer l'utilisateur bitcoin
|
||||||
RUN useradd -m -d /home/bitcoin -u 1000 bitcoin
|
RUN useradd -m -d /home/bitcoin -u 1000 bitcoin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user