kopia lustrzana https://github.com/cirospaciari/socketify.py
fixed docker files (included libuv1-dev)
rodzic
9f4bb0de72
commit
47880cf9e9
|
@ -4,6 +4,8 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt install libuv1-dev -y
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
RUN apk add --no-cache git openssl-dev libffi-dev build-base python3-dev
|
RUN apk add --no-cache libuv-dev git openssl-dev libffi-dev build-base python3-dev
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt install libuv1-dev -y
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Ładowanie…
Reference in New Issue