Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 21, 2024
1 parent e9306d3 commit bb78fb9
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 @@ -31,7 +31,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3-pip \
bsdutils \
libc6
libc6 \
&& pip3 install --upgrade pip setuptools wheel \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit bb78fb9

Please sign in to comment.