Skip to content

Commit

Permalink
Merge branch 'main' into T341716
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook authored Aug 22, 2023
2 parents 9ef2c62 + 19ec8b9 commit 67aa6cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

ENV PYWIKIBOT_VERSION=8.3.0
ENV PYWIKIBOT_VERSION=8.3.1
ENV EDITOR=/bin/nano
ENV PYWIKIBOT_DIR=/srv/paws
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -78,7 +78,8 @@ RUN apt-get install --yes \
nano \
vim \
lsof \
mariadb-client
mariadb-client \
unrar

RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs
Expand Down

0 comments on commit 67aa6cc

Please sign in to comment.