mirror of
https://github.com/AgathaSorceress/mstdn-ebooks.git
synced 2024-11-20 03:25:53 +01:00
add bash
This commit is contained in:
parent
b309713f5c
commit
479ea33da6
@ -8,6 +8,7 @@ VOLUME /ebooks/data/
|
||||
RUN apk add --virtual .build-deps gcc musl-dev libffi-dev openssl-dev \
|
||||
&& pip install -r requirements.txt \
|
||||
&& apk del --purge .build-deps \
|
||||
&& apk add bash \
|
||||
&& ln -s data/config.json . \
|
||||
&& ln -s data/toots.db .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user