mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-02 13:05:00 -06:00
docker: Fix azahar-room Dockerfile failing to build with podman
This commit is contained in:
parent
0b7114cbf8
commit
135f10320a
@ -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…
Reference in New Issue
Block a user