Skip to content

Commit

Permalink
to test with old systems...
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 4, 2025
1 parent f7ffa9c commit f170c53
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minimal dockerfile to test giellalt stuffs fast

FROM ubuntu:latest
FROM ubuntu:20.04
MAINTAINER Flammie A Pirinen <[email protected]>

RUN apt-get update && \
Expand Down
22 changes: 22 additions & 0 deletions devtools/docker/Dockerfile.latest-ubuntu
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Minimal dockerfile to test giellalt stuffs fast

FROM ubuntu:latest
MAINTAINER Flammie A Pirinen <[email protected]>

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential automake autoconf git wget lsb-release libtool zip pkg-config\
libsaxonb-java python3-pip python3-lxml python3-bs4 python3-html5lib \
libxml-twig-perl antiword xsltproc poppler-utils python3-svn wv \
python3-feedparser subversion openjdk-11-jdk cmake \
python3-tidylib python3-yaml libxml-libxml-perl libtext-brew-perl \
icu-devtools &&\
wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | bash && \
DEBIAN_FRONTEND=noninteractive apt-get install -y apertium-all-dev \
python3-hfst libhfst-dev cg3 && \
mkdir github && \
mkdir github/giellalt && \
for repo in giella-core lang-sme lang-sma lang-smj lang-smn lang-sms ; do \
git clone https://github.com/giellalt/$repo github/giellalt/$repo ;\
done

22 changes: 22 additions & 0 deletions devtools/docker/Dockerfile.old-ubuntu
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Minimal dockerfile to test giellalt stuffs fast

FROM ubuntu:20.04
MAINTAINER Flammie A Pirinen <[email protected]>

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential automake autoconf git wget lsb-release libtool zip pkg-config\
libsaxonb-java python3-pip python3-lxml python3-bs4 python3-html5lib \
libxml-twig-perl antiword xsltproc poppler-utils python3-svn wv \
python3-feedparser subversion openjdk-11-jdk cmake \
python3-tidylib python3-yaml libxml-libxml-perl libtext-brew-perl \
icu-devtools &&\
wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | bash && \
DEBIAN_FRONTEND=noninteractive apt-get install -y apertium-all-dev \
python3-hfst libhfst-dev cg3 && \
mkdir github && \
mkdir github/giellalt && \
for repo in giella-core lang-sme lang-sma lang-smj lang-smn lang-sms ; do \
git clone https://github.com/giellalt/$repo github/giellalt/$repo ;\
done

0 comments on commit f170c53

Please sign in to comment.