We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78817e8 commit be84580Copy full SHA for be84580
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:24.04 AS builder
+FROM debian:bookworm-slim AS builder
2
3
ARG TARGETOS
4
ARG TARGETARCH
@@ -14,7 +14,7 @@ WORKDIR /opt/q3lcc/build-${TARGETOS}-${TARGETARCH}
14
15
RUN install -s -m 0755 q3lcc q3cpp q3rcc /usr/local/bin/
16
17
-FROM ubuntu:24.04
+FROM debian:bookworm-slim
18
19
RUN apt-get update -qq && apt-get install -qq --no-install-recommends build-essential cmake ninja-build && mkdir /src
20
0 commit comments