Are you calling tar via a custom command? tar itself looks to have a
few options to print progress:
https://www.gnu.org/software/tar/manual/html_section/tar_25.html
Although none of the options seem to know the archive's size, so aren't
able to print a completion percentage.
On 16/12/2018
If you want to stick to your original method you need to add some
command line arguments to tar to tell it that is is extracting a
compressed file.
The binary is then available within the extracted directory.
Original command becomes:
RUN wget https://cmake.org/files/v3.12/cmake-3.12.3-Linux-
ed, Aug 15, 2018 at 8:32 AM Ian Cullen <mailto:ian.james.cul...@gmail.com>> wrote:
Hi,
I'm trying to create a header file containing version number
details but
am not sure if the following behaviour is expected or a bug.
Simplified example has 2 files
Hi,
I'm trying to create a header file containing version number details but
am not sure if the following behaviour is expected or a bug.
Simplified example has 2 files
==> CMakeLists.txt <==
cmake_minimum_required(VERSION 3.11)
project (
VersionTest
VERSION 1.0.4
)
configure_file (