Skip to content

Commit

Permalink
add expect dependency to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield authored Sep 16, 2024
1 parent 608f0aa commit 505b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/crypt4gh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM amazoncorretto:22

ARG VERSION

RUN yum install -y procps python3 python3-pip
RUN yum install -y procps python3 python3-pip expect

ENV PIPX_BIN_DIR=/opt/bin/

Expand Down

0 comments on commit 505b2c5

Please sign in to comment.