Skip to content

Commit

Permalink
Merge pull request #251 from leondavi/ci
Browse files Browse the repository at this point in the history
[DOCKER] add iproute2
  • Loading branch information
leondavi authored Sep 8, 2023
2 parents 7cdeb6e + 1b8b29b commit 4b55044
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 @@ -2,7 +2,7 @@ FROM ubuntu:latest

RUN apt-get update && \
apt-get install -y make gcc g++ libncurses-dev libssl-dev git wget \
erlang cmake python3-pip
erlang cmake python3-pip iproute2

ENV RUNNING_IN_DOCKER=true
WORKDIR /nerlnet
Expand Down

0 comments on commit 4b55044

Please sign in to comment.