Skip to content

Commit

Permalink
add strace
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 16, 2024
1 parent 2743e40 commit f10975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/anoma/namada:v0.45.1 AS namada
# Install system dependencies
USER root
RUN apt update \
&& apt install -y vim curl wget unzip procps simpleproxy jq less iputils-ping iproute2 tcpdump
&& apt install -y vim curl wget unzip procps simpleproxy jq less iputils-ping iproute2 tcpdump strace
RUN cd /tmp \
&& wget https://github.com/denoland/deno/releases/download/v1.46.3/deno-x86_64-unknown-linux-gnu.zip \
&& unzip deno-x86_64-unknown-linux-gnu.zip \
Expand Down

0 comments on commit f10975b

Please sign in to comment.