modified Dockerfile

This commit is contained in:
gryckiej
2021-11-22 16:25:23 +01:00
parent 8402b84b51
commit ec38cbab7a

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