Update Dockerfile
This commit is contained in:
parent
e244577782
commit
5982abfb96
|
|
@ -3,6 +3,9 @@ FROM breakdowns/mega-sdk-python:latest
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN chmod 777 /usr/src/app
|
RUN chmod 777 /usr/src/app
|
||||||
|
|
||||||
|
COPY requirements.txt .
|
||||||
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY extract /usr/local/bin
|
COPY extract /usr/local/bin
|
||||||
COPY pextract /usr/local/bin
|
COPY pextract /usr/local/bin
|
||||||
RUN chmod +x /usr/local/bin/extract && chmod +x /usr/local/bin/pextract
|
RUN chmod +x /usr/local/bin/extract && chmod +x /usr/local/bin/pextract
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue