Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Fixed an error when building docker images on MacOS #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FedorZaytsev
Copy link

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

Error message:
date: illegal option -- I

Solution:
Replaced `date -Iseconds` with `date "+%Y-%m-%dT%H:%M:%S%z"` which would give the same output, but it is cross compatible
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant