Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jun 7, 2024
1 parent 2ce54fe commit 4a96531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ RUN --mount=type=ssh \

# Install sccache

Check warning on line 86 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (sccache)
RUN wget https://github.com/mozilla/sccache/releases/download/v0.8.1/sccache-dist-v0.8.1-x86_64-unknown-linux-musl.tar.gz \
&& tar -xvf sccache-dist-v0.8.1-x86_64-unknown-linux-musl.tar.gz && \
&& mv sccache-dist-v0.8.1-x86_64-unknown-linux-musl/sccache-dist /usr/local/bin/sccache && \
&& tar -xvf sccache-dist-v0.8.1-x86_64-unknown-linux-musl.tar.gz \

Check warning on line 88 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (sccache)
&& mv sccache-dist-v0.8.1-x86_64-unknown-linux-musl/sccache-dist /usr/local/bin/sccache \

Check warning on line 89 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (sccache)

Check warning on line 89 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (sccache)

Check warning on line 89 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (sccache)
&& rm -rf sccache-dist-v0.8.1-x86_64-unknown-linux-musl.tar.gz sccache-dist-v0.8.1-x86_64-unknown-linux-musl

# Build Autoware
Expand Down

0 comments on commit 4a96531

Please sign in to comment.