Rockerfile is missing while specified by -f
dmytroleonenko opened this issue · 2 comments
dmytroleonenko commented
When the path to the Rockerfile is specified by -f /path/subdir/Rockerfile
rocker build -f /path/subdir/Rockerfile .
fails with:
FATA[0000] open /path/Rockerfile: no such file or directory
pwd is /path
Creating an empty Rockerfile fixes the issue
ctrlok commented
@dmytroleonenko you can run rocker command without dot at the end. Try rocker build -f /path/subdir/Rockerfile
ctrlok commented
@dmytroleonenko are that fix your problem?