Skip to content

Commit

Permalink
Patch nightly builds to install libssl-dev for yara-python dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Dec 13, 2023
1 parent fd235ff commit c38c972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $base

# Get required apt packages
RUN apt-get update \
&& apt-get install -yy build-essential libffi-dev libfuzzy-dev \
&& apt-get install -yy build-essential libffi-dev libfuzzy-dev libssl-dev \
&& rm -rf /var/lib/apt/lists/*

# Install assemblyline dependencies, but don't keep assemblyline
Expand Down

0 comments on commit c38c972

Please sign in to comment.