Skip to content

Commit

Permalink
Update docker/pulsar/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Zixuan Liu <[email protected]>
  • Loading branch information
lhotari and nodece authored Sep 28, 2024
1 parent 739a71b commit 8cc60d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ prometheus_client\n\
ratelimit\n\
# avro\n\
fastavro>=1.9.2\n\
" > /tmp/requirements.txt && RUN pip3 install --break-system-packages --no-cache-dir --only-binary grpcio -r /tmp/requirements.txt && rm /tmp/requirements.txt
" > /tmp/requirements.txt && pip3 install --break-system-packages --no-cache-dir --only-binary grpcio -r /tmp/requirements.txt && rm /tmp/requirements.txt

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

0 comments on commit 8cc60d3

Please sign in to comment.