Skip to content

Commit

Permalink
fix: debian slim
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Dec 10, 2024
1 parent 00f21c3 commit a24af39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL maintainer="Jetsung Chan<[email protected]>"
# RUN apt-get update && apt-get install -y locales libssl3 libssl-dev && rm -rf /var/lib/apt/lists/* \
# && localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8
# ENV LANG zh_CN.utf8
RUN apt update && apt install -y libssl3 libssl-dev && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y openssl libssl-dev && rm -rf /var/lib/apt/lists/*

WORKDIR /app

Expand Down

0 comments on commit a24af39

Please sign in to comment.