Skip to content

Commit

Permalink
Fixed used in test image
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Dec 12, 2023
1 parent bf8cd91 commit 3c834c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/docker-images/java-test-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
ARG PULSAR_IMAGE
FROM $PULSAR_IMAGE

# Base pulsar image is designed not be modified, though we need to add more scripts
USER root

COPY target/scripts /pulsar/bin
RUN chmod a+rx /pulsar/bin/*

Expand Down

0 comments on commit 3c834c3

Please sign in to comment.