Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
COPY . /home/sample/repo
|
COPY . /home/sample/repo
|
||||||
WORKDIR /home/sample/repo
|
WORKDIR /home/sample/repo
|
||||||
RUN ls
|
|
||||||
RUN ls src
|
|
||||||
RUN apt upgrade
|
RUN apt upgrade
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt -y install maven
|
RUN apt -y install maven
|
||||||
|
|||||||
Reference in New Issue
Block a user