Skip to content

Commit

Permalink
Merge pull request #67 from consulion/missing-dependency-tree
Browse files Browse the repository at this point in the history
Update Dockerfile to install tree
  • Loading branch information
mr-ssd authored Mar 22, 2023
2 parents 874a248 + 902c61e commit 549c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Sida Say <sida.say@khalibre.com>"
COPY prebuildfs /

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates git supervisor gettext-base nginx
RUN install_packages ca-certificates git supervisor gettext-base nginx tree

# Create directories and user for PrivacyIdea and set ownership
RUN mkdir -p /data/privacyidea/keys \
Expand Down

0 comments on commit 549c49e

Please sign in to comment.