I am trying to build docker image from https://github.com/apache/airflow/blob/2.3.2/Dockerfile
This file has a function method defination
However getting below error
Error response from daemon: dockerfile parse error line 76: unknown instruction: FUNCTION
docker version
docker --version
Docker version 20.10.7, build f0df350
It seems things are working in Mac OS but failing on Ubuntu OS