Skip to content

Commit

Permalink
Merge pull request #284 from robot-ranger/issue-238
Browse files Browse the repository at this point in the history
add automake to dockerfile installs
  • Loading branch information
wsobel committed Mar 20, 2023
2 parents 66ce164 + a657d8e commit c94c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -40,7 +40,7 @@ FROM os AS build
RUN apt-get clean \
&& apt-get update \
&& apt-get install -y \
build-essential python3.9 python3-pip git cmake make ruby rake \
build-essential python3.9 python3-pip git cmake make ruby rake automake \
&& pip install conan -v "conan==1.59.0"

# make an agent directory and cd into it
Expand Down

0 comments on commit c94c7ca

Please sign in to comment.