mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-12 09:48:50 +00:00
install bash
This commit is contained in:
@ -2,6 +2,7 @@ FROM python:3.8-alpine
|
||||
|
||||
RUN apk add --update --no-cache --virtual .build-deps \
|
||||
g++ \
|
||||
bash \
|
||||
python-dev \
|
||||
libxml2 \
|
||||
libxml2-dev && \
|
||||
|
Reference in New Issue
Block a user