he-transformer icon indicating copy to clipboard operation
he-transformer copied to clipboard

Fixed an error when building docker images on MacOS

Open FedorZaytsev opened this issue 4 years ago • 0 comments

If you would try to build docker images on Mac using "make shell" command, you would get the following error message: date: illegal option -- I

Solution: I have replaced date -Iseconds with date "+%Y-%m-%dT%H:%M:%S%z" which would give the same output, but it is cross compatible

FedorZaytsev avatar Jun 29 '20 23:06 FedorZaytsev