Add missing deps in container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ec2f2997b
commit
13c643fc19
@ -10,7 +10,7 @@ RUN apk add --no-cache bash build-base capstone-dev && \
|
|||||||
|
|
||||||
FROM python:alpine
|
FROM python:alpine
|
||||||
|
|
||||||
RUN apk add --no-cache capstone w3m
|
RUN apk add --no-cache capstone mandoc-doc man-db w3m youtube-dl
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ VOLUME /var/lib/nemubot
|
|||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
COPY --from=pybuild /usr/lib/python3.9 /usr/lib/python3.9
|
COPY --from=pybuild /usr/local/lib/python3.9 /usr/lib/python3.9
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT [ "python", "-m", "nemubot", "-d", "-M", "/usr/src/app/modules" ]
|
ENTRYPOINT [ "python", "-m", "nemubot", "-d", "-M", "/usr/src/app/modules" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user