Skip to content

Commit

Permalink
Fixes [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 3, 2025
1 parent 420a5ec commit 02fed43
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
FROM scratch AS base

FROM base AS build-arm64
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-ubuntunoble

FROM base AS build-amd64
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble

FROM build-${TARGETARCH} AS build
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble AS build

ARG DEBIAN_FRONTEND="noninteractive"

Expand Down

0 comments on commit 02fed43

Please sign in to comment.