You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get update && apt-get install -y --no-install-recommends \
acl \
file \
gettext \
git \
&& rm -rf /var/lib/apt/lists/*
Obviously unused dependencies
The following dependencies are not used in this template and their use is not implied in the projects:
file
gettext
Both of these dependencies were originally added in #51.
Dependencies not used by this template
The following dependencies are not used in this template, but may be required for some features:
acl — To use the setfacl command. This command is not needed by this template (FrankenPHP runs as root, there is no need to grant permissions for www-data). However, this command may be required for those running FrankenPHP as an unprivileged user (see Run container as an unprivileged user #679).
git — To work with Git in the container. It is also an optional dependency for Composer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
Remove obviously unused dependencies and discuss the need for not used by this template dependencies.
Dockerfile lines that will be discussed further:
symfony-docker/Dockerfile
Lines 20 to 25 in 178158c
Obviously unused dependencies
The following dependencies are not used in this template and their use is not implied in the projects:
file
gettext
Both of these dependencies were originally added in #51.
Dependencies not used by this template
The following dependencies are not used in this template, but may be required for some features:
acl
— To use thesetfacl
command. This command is not needed by this template (FrankenPHP runs asroot
, there is no need to grant permissions forwww-data
). However, this command may be required for those running FrankenPHP as an unprivileged user (see Run container as an unprivileged user #679).git
— To work with Git in the container. It is also an optional dependency for Composer.Beta Was this translation helpful? Give feedback.
All reactions