We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1161c31 commit b8390a9Copy full SHA for b8390a9
webapp/grebi_metadata_service/Dockerfile
@@ -1,8 +1,6 @@
1
2
FROM maven:3.9.6-amazoncorretto-17
3
4
-RUN apt-get update && apt-get install -y rsync
5
-
6
COPY . /opt/
7
RUN cd /opt/ && ls && mvn clean package assembly:single -DskipTests
8
0 commit comments