We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29dbba commit 709b689Copy full SHA for 709b689
Dockerfile
@@ -27,6 +27,3 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
27
RUN apt-get update -y \
28
&& apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn \
29
&& apt reinstall fonts-noto-color-emoji
30
-
31
-# Edit /etc/hosts
32
-RUN echo -e "127.0.0.1 localtest.me\n::1 localtest.me" >> /etc/hosts
0 commit comments