nixfiles/hosts/koi/containers/sharkey/Dockerfile

7 lines
257 B
Text
Raw Normal View History

2024-01-28 18:47:27 +03:00
FROM git.joinsharkey.org/sharkey/sharkey:develop@sha256:f1af3284adfaca63326394b0a3a585d9c74b43fc6f684236fd8ff83b06f27e57
2024-01-08 07:49:51 +03:00
COPY patches /patches
RUN apk add patch && \
patch -p0 < /patches/fake-deepl-server.patch && \
patch -p0 < /patches/zond.patch