Skip to content

Commit

Permalink
Merge pull request #798 from naymspace/krns-update-libncurses6
Browse files Browse the repository at this point in the history
Update libncurses5 to libncurses6
  • Loading branch information
krns authored Jan 24, 2025
2 parents 7229d2d + ee18555 commit b683984
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 @@ -89,7 +89,7 @@ ENV APP_HOME=/opt/app
WORKDIR $APP_HOME

RUN apt-get update -y \
&& apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates wget \
&& apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates wget \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*

COPY --from=builder /opt/scripts /opt/scripts
Expand Down

0 comments on commit b683984

Please sign in to comment.