diff --git a/docker/Dockerfile b/docker/Dockerfile index c11bca2..97dcf92 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -232,7 +232,8 @@ RUN add-apt-repository ppa:kgilmer/speed-ricer && \ apt-get install -qq i3blocks i3-gaps i3lock-fancy && \ sed -i 's/TEXT=".*"/TEXT=""/' /usr/bin/i3lock-fancy && \ wget -qnv -O /usr/share/i3lock-fancy/lock.png http://png-pixel.com/1x1-00000000.png && \ - pip3 install --user i3-resurrect i3-workspace-names-daemon + pip3 install --user i3-resurrect && \ + pip3 install --force --user i3-workspace-names-daemon # Install jobber RUN wget -O jobber.deb -qnv https://github.com/dshearer/jobber/releases/download/v1.4.0/jobber_1.4.0-1_amd64.deb && \