Skip to content

Commit

Permalink
[fix][build] Fix ps command (apache#22451)
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <[email protected]>
  • Loading branch information
nodece authored Apr 9, 2024
1 parent b162d46 commit 3bdb30c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ RUN apk add --no-cache \
python3 \
py3-pip \
gcompat \
ca-certificates
ca-certificates \
procps

# Install GLibc compatibility library
COPY --from=glibc /root/packages /root/packages
Expand All @@ -106,6 +107,9 @@ RUN apk add --allow-untrusted --force-overwrite /root/packages/glibc-*.apk
COPY --from=jvm /opt/jvm /opt/jvm
ENV JAVA_HOME=/opt/jvm

# The default is /pulsat/bin and cannot be written.
ENV PULSAR_PID_DIR=/pulsar/logs

# Copy Python depedencies from the other stage
COPY --from=python-deps /usr/lib/python3.11/site-packages /usr/lib/python3.11/site-packages

Expand Down

0 comments on commit 3bdb30c

Please sign in to comment.