diff options
author | Thomas Van Iseghem <[email protected]> | 2023-03-09 17:30:25 +0100 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-03-09 17:30:25 +0100 |
commit | e31fa6e6108a3eec2a7685d21c00ef81cd6bb79c (patch) | |
tree | 3d0b1c772250f5483b5ecf09db617f741e27fe4d /QC-dev-environment/Dockerfile | |
parent | 6aceac7a93a42152789abdc4532d0209d5d7304d (diff) | |
download | OpenCortex-e31fa6e6108a3eec2a7685d21c00ef81cd6bb79c.tar.gz OpenCortex-e31fa6e6108a3eec2a7685d21c00ef81cd6bb79c.zip |
Docker env can now mount and use update files from host
Diffstat (limited to 'QC-dev-environment/Dockerfile')
-rw-r--r-- | QC-dev-environment/Dockerfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/QC-dev-environment/Dockerfile b/QC-dev-environment/Dockerfile index f758cc8..8c7e67a 100644 --- a/QC-dev-environment/Dockerfile +++ b/QC-dev-environment/Dockerfile @@ -29,12 +29,7 @@ ENV QEMU_LD_PREFIX="/opt/analog/cces-linux-add-in/1.3.1/ARM/arm-linux-gnueabi/sy # Mounting the QC-rootfs RUN mkdir /qc-fs -WORKDIR /qc-fs -COPY ./filesystems/2.0.0-vanilla.bin.gz . -# Use gunzip to decompress the QC-rootfs -RUN gunzip -d 2.0.0-vanilla.bin.gz -# The extracted QC-rootfs is a tar file -RUN tar -xvf 2.0.0-vanilla.bin +RUN mkdir /qc-fs-uncompressed RUN mkdir -p /qt_src WORKDIR /qt_src |