summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2023-04-27 05:27:38 -0400
committerGitHub <noreply@github.com>2023-04-27 11:27:38 +0200
commit605b0b5f735a3214bfd179b46baca0cda675f088 (patch)
tree7d00458d50eaaff8e703ecc1b459cdc80e2f9cd5 /Dockerfile
parentc941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (diff)
Remove trailing blankspaces (#1001)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cbfcee2e..4ff04218 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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