Skip to content

Commit

Permalink
Stop installing unused tree command
Browse files Browse the repository at this point in the history
There is no need to install the `tree` command into the container
image (some old version of the image may have used it, but this hasn't
been true for a while).
  • Loading branch information
lunkwill42 committed Oct 23, 2024
1 parent 8a6bd17 commit df85a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM ghcr.io/nginxinc/nginx-unprivileged:stable-alpine
COPY --from=build /app/build /usr/share/nginx/html

USER root
RUN apk add --update tini tree
RUN apk add --update tini
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY docker/docker-entrypoint.sh /
COPY docker/runtime-config-template.json /
Expand Down

0 comments on commit df85a64

Please sign in to comment.