mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user