Refactor frontend develop Dockerfile
Description
- the Dockerfile used for frontend development is
frontend/docker/local-dev/Dockerfile-local-dev
- The Dockerfile contains
RUN apt-get update && apt-get install g++ build-essential python3 -y
which is not really needed
Task
- Why is the
RUN..
in the Dockerfile? - Refactor to just use the node image