6 lines
No EOL
143 B
Docker
6 lines
No EOL
143 B
Docker
FROM git.joinsharkey.org/sharkey/sharkey:latest
|
|
|
|
COPY patches /patches
|
|
|
|
RUN apk add patch && \
|
|
patch -p0 < /patches/fake-deepl-server.patch |