Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece committed May 30, 2024
1 parent 56f2a39 commit 9df3999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN for SUBDIRECTORY in conf data download logs; do \

# Presto writes logs to this directory (at least during tests), so we need to give the process permission
# to create those log directories. This should be removed when presto is removed.
RUN chmod g+w /pulsar/lib/presto
RUN #chmod g+w /pulsar/lib/presto

FROM eclipse-temurin:11 as jre-build

Expand Down Expand Up @@ -88,7 +88,7 @@ RUN python3 -m pip install --upgrade pip

# Copy Eclipse Temurin Package
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH "${JAVA_HOME}/bin:${PATH}"
ENV PATH="${PATH}:${JAVA_HOME}/bin"
COPY --from=jre-build /javaruntime $JAVA_HOME

# Cleanup apt
Expand Down

0 comments on commit 9df3999

Please sign in to comment.