Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed May 28, 2024
1 parent 574058b commit b94c755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cann/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# install dependies
RUN echo "${TIME_ZONE}" > /etc/timezone \
&& ln -sf /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime \
&& ln -sf /bin/bash /bin/sh \
&& sed -i "s@http://.*archive.ubuntu.com@http://mirrors.huaweicloud.com@g" /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y \
Expand Down

0 comments on commit b94c755

Please sign in to comment.