mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02:00
docker: Fix azahar-room Dockerfile failing to build with podman
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
# --- Builder ----------------
|
||||
FROM opensauce04/azahar-build-environment:latest AS builder
|
||||
|
||||
COPY . /var/azahar-src
|
||||
RUN mkdir /var/azahar-src/
|
||||
COPY ./ /var/azahar-src/
|
||||
|
||||
RUN mkdir ./builddir/
|
||||
WORKDIR ./builddir/
|
||||
|
||||
Reference in New Issue
Block a user