Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-11-22 16:25:36 +01:00

View File

@@ -1,8 +1,6 @@
FROM ubuntu:18.04
COPY . /home/sample/repo
WORKDIR /home/sample/repo
RUN ls
RUN ls src
RUN apt upgrade
RUN apt update
RUN apt -y install maven