Skip to content

Commit

Permalink
fix: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Sep 25, 2024
1 parent d7aeda3 commit 83832f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /examples

# Download, install, and build dependencies for all languages.
RUN TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get -y update && \
TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get install -y \
# TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git \
wget \
curl \
Expand Down

0 comments on commit 83832f8

Please sign in to comment.