Replace Link to sr.ht with codeberg.org link

pull/4/head
metalune 11 months ago
parent 7b234239f8
commit 6cfdec7cdf

@ -2,8 +2,8 @@ FROM python:3-slim
RUN apt update && apt -y upgrade && apt install -y git automake libtool g++-multilib-i686-linux-gnu zlib1g-dev build-essential gcc g++ libxml2 libxml2-dev libxslt1.1 libxslt1-dev
RUN git clone https://git.sr.ht/~metalune/simplytranslate_engines engines && \
git clone https://git.sr.ht/~metalune/simplytranslate_web web
RUN git clone "https://codeberg.org/SimpleWeb/SimplyTranslate-Engines" engines && \
git clone "https://codeberg.org/SimpleWeb/SimplyTranslate-Web" web
WORKDIR /engines
RUN python3 setup.py install && \

@ -2,8 +2,8 @@ FROM python:3-slim
RUN apt update && apt -y upgrade && apt install -y git automake libtool g++-multilib zlib1g-dev build-essential gcc g++ libxml2 libxml2-dev libxslt1.1 libxslt1-dev
RUN git clone https://git.sr.ht/~metalune/simplytranslate_engines engines && \
git clone https://git.sr.ht/~metalune/simplytranslate_web web
RUN git clone "https://codeberg.org/SimpleWeb/SimplyTranslate-Engines" engines && \
git clone "https://codeberg.org/SimpleWeb/SimplyTranslate-Web" web
WORKDIR /engines
RUN python3 setup.py install && \

Loading…
Cancel
Save