Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix typo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex5517 authored Oct 10, 2024
1 parent 8e18e24 commit eb9e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ WORKDIR /app
COPY --from=docker:27.3.1-cli /usr/local/bin/docker /usr/local/bin/
RUN apt update && apt install -y curl gcc python3 xz-utils && rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/python3 /usr/bin/python && ln -s /usr/bin/pip3 /usr/bin/pip && \
curl -L -o /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/${BAZILISK_VERSION}/bazelisk-linux-${TARGETARCH} && chmod +x /usr/local/bin/bazel
curl -L -o /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-linux-${TARGETARCH} && chmod +x /usr/local/bin/bazel

0 comments on commit eb9e5df

Please sign in to comment.