Skip to content

Commit

Permalink
Merge pull request #252 from leondavi/ci
Browse files Browse the repository at this point in the history
Ci - add zip unzip
  • Loading branch information
leondavi authored Sep 8, 2023
2 parents 4b55044 + 136295a commit 6e0c096
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 iproute2
erlang cmake python3-pip iproute2 zip unzip

ENV RUNNING_IN_DOCKER=true
WORKDIR /nerlnet
Expand Down

0 comments on commit 6e0c096

Please sign in to comment.