Skip to content

Commit

Permalink
Remove libmhash2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Apr 28, 2023
1 parent 213ff54 commit 447154a
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 @@ -10,7 +10,7 @@ RUN pip install --upgrade poetry
RUN apt-get update \
&& apt-get install -y --no-install-recommends curl bash git \
&& apt-get -y install vim \
libmcrypt4 libmhash2 mcrypt \
libmcrypt4 mcrypt \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/

Expand Down

0 comments on commit 447154a

Please sign in to comment.