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 007294b commit 18867ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive apt-get -y update && \
make build && \
pip3 install black && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /examples
rm -rf /var/lib/apt/lists/*

RUN rustup default stable && cargo install --locked taplo-cli

0 comments on commit 18867ff

Please sign in to comment.