Skip to content

Question: Why are you installing postgres-client and xdg-utils in the backend docker image? #250

Description

@john0isaac

I'm curious about why you needed to install these two packages for backend postgres-client and xdg-utils? Does it not work on container apps unless they are installed or why?

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends postgresql-client \
&& apt-get update && apt-get install -y xdg-utils \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions