You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A RUN directive including the following (entirely legitimate, AFAIK) command invocation:
sed -i \
"/^apphome=/ s|\"[^\"]*\"$|\"${APPHOME}\"|" \
"${APPHOME}/runapp.sh"
... generates the following output:
TypeError: Cannot read property 'endsWith' of undefined
at findLineNumber (/dockerfilelinter/lib/lints_helpers.js:91:39)
at promiseList.push.exec.then (/dockerfilelinter/lib/shellcheck.js:36:45)
at process._tickCallback (internal/process/next_tick.js:68:7)
Line 205:
/SC1009/ The mentioned syntax error was in this simple command.
The text was updated successfully, but these errors were encountered:
A
RUN
directive including the following (entirely legitimate, AFAIK) command invocation:... generates the following output:
The text was updated successfully, but these errors were encountered: