Skip to content

Commit

Permalink
Merge branch 'main' into es_sink_initcheck_part_deux
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnowzari authored Feb 5, 2025
2 parents 1e8168c + 8708689 commit 3fff23a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ COPY . /app
WORKDIR /app
RUN make clean install

# Clean up build dependencies
RUN rm -r /root/.m2

ENTRYPOINT [ "/bin/bash" ]
3 changes: 3 additions & 0 deletions Dockerfile.wolfi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ ENV IS_DOCKER=1

RUN make clean install

# Clean up build dependencies
RUN rm -r /root/.m2

# ------------------------------------------------------------------------------
# remove now-unnecessary packages and directories

Expand Down

0 comments on commit 3fff23a

Please sign in to comment.