We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61db534 commit a6e515eCopy full SHA for a6e515e
Dockerfile
@@ -20,6 +20,8 @@ FROM oven/bun:1.3.4-debian
20
21
WORKDIR /action-release
22
23
+RUN apt-get install -y python3
24
+
25
RUN bun add canvas@3.2.0 gifsicle@5.3.0 --no-lockfile --no-cache
26
27
COPY --from=builder /app/packages/action/dist/ /action-release/
0 commit comments