Skip to content

Commit

Permalink
remove rsync from metadata service image
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Jan 10, 2025
1 parent 1161c31 commit b8390a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/grebi_metadata_service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

FROM maven:3.9.6-amazoncorretto-17

RUN apt-get update && apt-get install -y rsync

COPY . /opt/
RUN cd /opt/ && ls && mvn clean package assembly:single -DskipTests

Expand Down

0 comments on commit b8390a9

Please sign in to comment.