aboutsummaryrefslogtreecommitdiffhomepage
path: root/CorOS-dev-environment/CorOS-emulation/Dockerfile
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2024-06-17 08:37:55 +0200
committerGitHub <[email protected]>2024-06-17 08:37:55 +0200
commit226a1233fa0257b1393ccdd7e2cf2a12d244a778 (patch)
treeb07c12ff2e4b56b0a46c26732ff9067a756cb670 /CorOS-dev-environment/CorOS-emulation/Dockerfile
parent3ba4308938bcab5a23ae96b0809895ef28d47720 (diff)
parent1b0601a8be5deecf3dd27eff6213ac7359d9761c (diff)
downloadOpenCortex-main.tar.gz
OpenCortex-main.zip
Merge pull request #8 from JudahZF/patch-1HEADmain
Add M1 Docker Docs
Diffstat (limited to 'CorOS-dev-environment/CorOS-emulation/Dockerfile')
-rw-r--r--CorOS-dev-environment/CorOS-emulation/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/CorOS-dev-environment/CorOS-emulation/Dockerfile b/CorOS-dev-environment/CorOS-emulation/Dockerfile
index 1f24b79..b556f64 100644
--- a/CorOS-dev-environment/CorOS-emulation/Dockerfile
+++ b/CorOS-dev-environment/CorOS-emulation/Dockerfile
@@ -13,10 +13,10 @@ RUN mkdir qc-fs qc-fs-uncompressed qt_src
WORKDIR /qt_src
# # Copy and run the installer
-COPY qt-compiled-4.8.7.tar.gz install_qt_compiled.sh .
+COPY qt-compiled-4.8.7.tar.gz install_qt_compiled.sh ./
WORKDIR /
-COPY init_system.sh update-builder.sh .
+COPY init_system.sh update-builder.sh ./
RUN dos2unix init_system.sh update-builder.sh /qt_src/install_qt_compiled.sh
ENTRYPOINT ["/bin/bash"]