diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2023-04-27 05:27:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 11:27:38 +0200 |
| commit | 605b0b5f735a3214bfd179b46baca0cda675f088 (patch) | |
| tree | 7d00458d50eaaff8e703ecc1b459cdc80e2f9cd5 /Dockerfile | |
| parent | c941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (diff) | |
Remove trailing blankspaces (#1001)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN apk add --update musl-dev \ && cargo build -p typst-cli --release -FROM alpine:latest +FROM alpine:latest WORKDIR /root/ COPY --from=build /app/target/release/typst /bin |
