Skip to content
Snippets Groups Projects
Commit 72b7e10d authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Add pkg-config to dockerfile

parent da8d1d79
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,7 +3,8 @@ RUN apt-get update &&\
apt-get -y upgrade &&\
apt-get install -y \
python3-pip \
wget &&\
wget \
pkg-config &&\
apt-get clean
# Install barrnap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment