Skip to content

Commit

Permalink
Fix unnecessary user interactions in building pulsar-standalone image (
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting Yuan authored and ciaocloud committed Oct 16, 2021
1 parent 96a0462 commit 8116b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pulsar-standalone/Dockerfile
Expand Up @@ -26,6 +26,8 @@ FROM apachepulsar/pulsar-dashboard:latest as dashboard
# Restart from
FROM ubuntu:20.04

ARG DEBIAN_FRONTEND=noninteractive

# Note that the libpq-dev package is needed here in order to install
# the required python psycopg2 package (for postgresql) later
RUN apt-get update \
Expand Down

0 comments on commit 8116b25

Please sign in to comment.