Skip to content

Commit

Permalink
Fix [stage]
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Jan 3, 2025
1 parent b11a587 commit 7c0c6bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM scratch AS base

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

FROM base AS build-amd64
ENV BASE_IMAGE_TAG="ubuntunoble"

FROM ghcr.io/linuxserver/baseimage-kasmvnc:${BASE_IMAGE_TAG}
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble

ARG DEBIAN_FRONTEND="noninteractive"

Expand Down

0 comments on commit 7c0c6bf

Please sign in to comment.