require gdbm
This commit is contained in:
parent
15f092087e
commit
104146ce94
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM reg.zknt.org/zknt/python
|
||||||
|
|
||||||
COPY requirements.txt /app/requirements.txt
|
COPY requirements.txt /app/requirements.txt
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache gcc libxml2 libxslt libxml2-dev musl-dev libxslt-dev python3-dev && pip3 install -r requirements.txt && apk del gcc libxml2-dev musl-dev libxslt-dev python3-dev
|
RUN apk add --no-cache gdbm gcc libxml2 libxslt libxml2-dev musl-dev libxslt-dev python3-dev && pip3 install -r requirements.txt && apk del gcc libxml2-dev musl-dev libxslt-dev python3-dev
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
ENV FLASK_APP=app.py
|
ENV FLASK_APP=app.py
|
||||||
|
|
Loading…
Reference in a new issue