diff options
author | Thomas Van Iseghem <[email protected]> | 2024-06-17 08:37:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 08:37:55 +0200 |
commit | 226a1233fa0257b1393ccdd7e2cf2a12d244a778 (patch) | |
tree | b07c12ff2e4b56b0a46c26732ff9067a756cb670 /CorOS-dev-environment/CorOS-emulation/Dockerfile | |
parent | 3ba4308938bcab5a23ae96b0809895ef28d47720 (diff) | |
parent | 1b0601a8be5deecf3dd27eff6213ac7359d9761c (diff) | |
download | OpenCortex-main.tar.gz OpenCortex-main.zip |
Add M1 Docker Docs
Diffstat (limited to 'CorOS-dev-environment/CorOS-emulation/Dockerfile')
-rw-r--r-- | CorOS-dev-environment/CorOS-emulation/Dockerfile | 4 |
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"] |