Revert "Use distro module to detect the distribution name."

This reverts commit 0fe69e3991.

This break installation of kiwix-build in travis' docker image.
This commit is contained in:
Matthieu Gautier
2020-05-18 13:46:19 +02:00
parent df2491a6a4
commit b68236526d
9 changed files with 12 additions and 15 deletions

View File

@ -22,7 +22,7 @@ RUN apt update -q && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/debconf/* && \
pip3 install --upgrade pip && \
pip3 install meson==0.52.1 pytest gcovr distro
pip3 install meson==0.52.1 pytest gcovr
# Create user
RUN useradd --create-home ci_builder