We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae06799 commit b8b5a25Copy full SHA for b8b5a25
Dockerfile
@@ -7,12 +7,11 @@ ENV CYNC_VERSION="0.1.12"
7
WORKDIR /root/cync-lan
8
9
RUN set -x \
10
- && apt update \
+ && apt-get update \
11
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
12
openssl git build-essential cmake \
13
&& pip install --no-cache-dir -U pip \
14
&& pip install --no-cache-dir \
15
-# 'setuptools>=69.2.0' 'wheel>=0.41.2' \
16
'pyyaml==6.0.2' 'requests>=2.32.3' 'uvloop>=0.21.0' 'aiomqtt==2.3.0' \
17
&& DEBIAN_FRONTEND=noninteractive apt-get remove -yq git build-essential cmake \
18
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -yq \
0 commit comments