Skip to content

Commit

Permalink
🎨client dockerfile - 删除多余\字符
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonqin committed Jun 20, 2024
1 parent 7673ddc commit 83ae003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
&& echo "LANG=zh_CN.UTF-8" > /etc/locale.conf \
&& locale-gen \
&& ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime \
&& rm -rf /var/cache/apt/* /root/.cache \
&& rm -rf /var/cache/apt/* /root/.cache

ARG TARGETARCH
RUN if [ "$TARGETARCH" = "amd64" ]; then \
Expand Down

0 comments on commit 83ae003

Please sign in to comment.