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 committed Aug 10, 2021
1 parent ce4ad9d commit 18ecf3c
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 18ecf3c

Please sign in to comment.