Skip to content

Commit

Permalink
Remove libmhash2 dependency (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored May 3, 2023
1 parent 56d43c6 commit 5b8f223
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 5b8f223

Please sign in to comment.