Remove broken editing of /etc/hosts

This commit is contained in:
Mikhail f. Shiryaev 2022-01-14 14:46:14 +01:00
parent 28cafdc1a2
commit 97e4151aff
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -102,8 +102,6 @@ RUN set -x \
&& echo 'dockremap:165536:65536' >> /etc/subuid \
&& echo 'dockremap:165536:65536' >> /etc/subgid
RUN echo '127.0.0.1 localhost test.com' >> /etc/hosts
EXPOSE 2375
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD ["sh", "-c", "pytest $PYTEST_OPTS"]