ci
Some checks failed
deploy / deploy (push) Failing after 7s

This commit is contained in:
Lee 2024-04-06 05:59:44 +01:00
parent c5292b1320
commit d04785a892

@ -1,7 +1,6 @@
FROM fascinated/docker-images:java_17
RUN apt-get update && apt-get install -y \
maven \
RUN sudo apt install maven -y \
&& rm -rf /var/lib/apt/lists/*
RUN mvn clean package