Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Nov 2, 2024
1 parent 78817e8 commit be84580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04 AS builder
FROM debian:bookworm-slim AS builder

ARG TARGETOS
ARG TARGETARCH
Expand All @@ -14,7 +14,7 @@ WORKDIR /opt/q3lcc/build-${TARGETOS}-${TARGETARCH}

RUN install -s -m 0755 q3lcc q3cpp q3rcc /usr/local/bin/

FROM ubuntu:24.04
FROM debian:bookworm-slim

RUN apt-get update -qq && apt-get install -qq --no-install-recommends build-essential cmake ninja-build && mkdir /src

Expand Down

0 comments on commit be84580

Please sign in to comment.