Skip to content

Commit 2312285

Browse files
committed
fix: fix
1 parent 7594de9 commit 2312285

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

25-
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
26-
- uses: typst-community/setup-typst@v5
27-
2825
- name: Log in to the Container registry
2926
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3027
with:

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ RUN du -h -d0 /busybox/_install/bin/busybox
12261226
# -- Bundle the static files -- #
12271227
FROM alpine:3.13.2 AS bundler
12281228

1229-
RUN apk add --no-cache make
1229+
RUN apk add --no-cache make typst uv
12301230

12311231
COPY . .
12321232

0 commit comments

Comments
 (0)