I\'m trying to build a scala project with docker Multi-Stage ability.
For starter, this is my dockerfile:
FROM maven:3.6.0-jdk-11-slim AS maven RUN apt