FROM gcc:11.2.0 COPY ./ ./ RUN gcc -Wall -Wextra -Werror *.c --output=solution CMD ["./solution"]