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
…#11623)

(cherry picked from commit 18ecf3c)
  • Loading branch information
Ting Yuan authored and hangc0276 committed Aug 27, 2021
1 parent b817fcd commit 48892be
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 48892be

Please sign in to comment.