mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
docker: Fix azahar-room Dockerfile failing to build with podman
This commit is contained in:
parent
0b7114cbf8
commit
135f10320a
1 changed files with 2 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue