Skip to content

Commit

Permalink
reinstall libc-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Feb 13, 2025
1 parent 3350977 commit 2cd8140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/dotcms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ ENV DEBIAN_FRONTEND=noninteractive

# Installing basic packages
RUN apt-get update \
&& apt-get upgrade -y
&& apt-get upgrade -y --ignore-missing

##Reinstall libc-bin to fix the following error
RUN apt install --reinstall -y libc-bin

# Cleanup
RUN apt purge --allow-remove-essential -y \
Expand Down

0 comments on commit 2cd8140

Please sign in to comment.