Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook authored May 1, 2024
2 parents 8cf06bb + 08fb7a3 commit b0f7bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 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=9.0.0
ENV PYWIKIBOT_VERSION=9.1.1
ENV EDITOR=/bin/nano
ENV PYWIKIBOT_DIR=/srv/paws
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -157,7 +157,7 @@ USER root
ENV OPENREFINE_DIR /srv/openrefine
ENV PATH=$PATH:$OPENREFINE_DIR
RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.9/openrefine-linux-3.7.9.tar.gz' | tar xzf - --strip=1
curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.8.0/openrefine-linux-3.8.0.tar.gz' | tar xzf - --strip=1

USER root
RUN apt-get install --yes unzip
Expand Down
28 changes: 0 additions & 28 deletions tofu/123_13.tf

This file was deleted.

0 comments on commit b0f7bcf

Please sign in to comment.