Skip to content

Commit

Permalink
changed to docker file
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Feb 9, 2024
1 parent 2c42bd2 commit f55c0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get clean \
&& apt-get update \
&& apt-get install -y --no-install-recommends curl \
&& apt-get install -y libc6-dev=2.35-0ubuntu3.6 # this is a workaround for Mongo encryption library
RUN rm -rf /var/lib/apt/lists
&& apt-get install -y libc6-dev=2.35-0ubuntu3.6 \ # this is a workaround for Mongo encryption library
&& rm -rf /var/lib/apt/lists



Expand Down

0 comments on commit f55c0f8

Please sign in to comment.