HoverHell

Results 3 comments of HoverHell

I propose an example `Dockerfile` like this: FROM ubuntu:20.04 ENV DEBIAN_FRONTEND="teletype" \ DEBIAN_FRONTEND=noninteractive \ INITRD=no \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=1 RUN echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen && \ apt-get -y update...

I haven't had the time to work on this project lately, nor I used it much. Not sure if I will get to it. If someone merges all the current...

And it turns out this is still a problem.