I'm trying to build a dockerfile
using google cloud platform\cloud build and the quickstart guide. I enter the steps in google shell but get the error
-bash: FROM: command not found
on the command FROM alpine
(Preparing source files, step 2).
I must be making a basic mistake, I assume cloud build can create a dockerfile, and is there a command that needs to be entered before the FROM alpine
command?