aboutsummaryrefslogtreecommitdiffhomepage
path: root/CorOS-dev-environment/CorOS-emulation/Dockerfile
diff options
context:
space:
mode:
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"]