mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Update Dockerfile
This commit is contained in:
parent
7f24c350aa
commit
8809c61d4d
1 changed files with 5 additions and 0 deletions
|
@ -9,7 +9,12 @@ ADD . /code/
|
|||
COPY start.sh /code/
|
||||
RUN chmod +x /code/start.sh
|
||||
|
||||
# Fix permissions with /tmp
|
||||
RUN chown root:root /tmp
|
||||
RUN chmod 1777 /tmp
|
||||
|
||||
# Install packages
|
||||
RUN apt clean
|
||||
RUN apt update
|
||||
RUN apt install -y graphviz libgraphviz-dev graphviz-dev wget zip
|
||||
RUN pip3 install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue