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 eb3eb24 commit 882e53dCopy full SHA for 882e53d
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG MAGIC_VERSION=0.5.0
+ARG MAGIC_VERSION=0.5.1
2
ARG BASE_IMAGE=debian:bookworm-slim
3
4
FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder
@@ -13,3 +13,4 @@ RUN /magic --version
13
14
FROM --platform=$TARGETPLATFORM $BASE_IMAGE
15
COPY --from=builder --chown=root:root --chmod=0555 /magic /usr/local/bin/magic
16
+ENV PATH="/root/.modular/bin:/root/.magic/bin:${PATH}"
0 commit comments