Skip to content

Commit

Permalink
Merge branch 'refs/heads/update' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 20, 2024
2 parents c2aece4 + 0ceec81 commit 717ee65
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/theshellland/rust:latest
# install
RUN apt update && \
apt upgrade -y && \
apt install -y curl git build-essential vim iputils-ping netcat
apt install -y curl git build-essential vim iputils-ping netcat-traditional
RUN git clone https://gitlab.com/veilid/veilid
RUN cd /veilid/veilid-server \
&& /root/.cargo/bin/cargo install --path .
Expand Down

0 comments on commit 717ee65

Please sign in to comment.