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
Looks like non of the TICK application using /etc/hosts without it.
Adding the following line to Dockerfile solves the problem: RUN echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' > /etc/nsswitch.conf
The text was updated successfully, but these errors were encountered:
Looks like non of the TICK application using /etc/hosts without it.
Adding the following line to Dockerfile solves the problem:
RUN echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' > /etc/nsswitch.conf
The text was updated successfully, but these errors were encountered: