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 5a427c3 commit cbe58d0Copy full SHA for cbe58d0
Dockerfile
@@ -27,3 +27,6 @@ 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