heic-bypass
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-11-13 12:03:32 +03:00
parent d0e70a7783
commit 0982dff45b
3 changed files with 27 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM rust:slim-bookworm as build
FROM rust:slim-bookworm AS build
# Install build dependencies
RUN apt-get update && \