Skip to content

Commit 709b689

Browse files
committed
(Dockerfile): Fix build issue
Removed this since we can't edit the /etc/hosts file Signed-off-by: Victor Otieno <[email protected]>
1 parent a29dbba commit 709b689

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
2727
RUN apt-get update -y \
2828
&& apt-get install -y php8.2 nodejs=18.15.0-1nodesource1 yarn \
2929
&& 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

Comments
 (0)