Skip to content

Commit

Permalink
Fix for "could not rename component file" when building Dockerfile. (#…
Browse files Browse the repository at this point in the history
…150)

* Fix for "could not rename component file" when building Dockerfile.

* Fix tabs.
  • Loading branch information
0xSasaPrsic authored Apr 24, 2023
1 parent 204f5d7 commit 303f39d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ RUN --mount=type=cache,id=build_apt,target=/var/cache/apt \
apt-get update && \
apt-get install -yqq --no-install-recommends git openssh-client && \
rm -rf /var/lib/apt/lists && \
# Install nightly \
# Reinstall nightly \
rustup toolchain uninstall nightly && \
rustup toolchain install nightly && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
rustup default nightly && \
mkdir -p /avail

ARG AVAIL_TAG=v1.4.0-rc1
ARG AVAIL_TAG=v1.5.0

RUN \
# Build DA \
Expand Down

0 comments on commit 303f39d

Please sign in to comment.