File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ FROM python:3.13-slim-bookworm AS final
2
2
3
3
# ENV PYTHONDONTWRITEBYTECODE=1
4
4
ENV PYTHONUNBUFFERED=1
5
- ENV CYNC_VERSION="v0.1.9 "
5
+ ENV CYNC_VERSION="v0.1.10 "
6
6
7
7
WORKDIR /root/cync-lan
8
8
9
9
RUN set -x \
10
10
&& apt update \
11
11
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
12
12
openssl git build-essential cmake \
13
+ && pip install --no-cache-dir -U pip \
13
14
&& pip install --no-cache-dir \
14
- 'setuptools>=69.2.0 wheel>=0.41.2 \
15
- pyyaml>=6.0.1 requests>=2.31.0 uvloop>=0.19.0 aiomqtt>=2.3.0' \
15
+ 'setuptools>=69.2.0' ' wheel>=0.41.2' \
16
+ ' pyyaml>=6.0.1' ' requests>=2.31.0' ' uvloop>=0.19.0' ' aiomqtt>=2.3.0' \
16
17
&& DEBIAN_FRONTEND=noninteractive apt-get remove -yq git build-essential cmake \
17
18
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -yq \
18
19
&& DEBIAN_FRONTEND=noninteractive apt-get clean \
You can’t perform that action at this time.
0 commit comments