Skip to content

Commit b8b5a25

Browse files
committed
fix Dockerfile
1 parent ae06799 commit b8b5a25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ ENV CYNC_VERSION="0.1.12"
77
WORKDIR /root/cync-lan
88

99
RUN set -x \
10-
&& apt update \
10+
&& apt-get update \
1111
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
1212
openssl git build-essential cmake \
1313
&& pip install --no-cache-dir -U pip \
1414
&& pip install --no-cache-dir \
15-
# 'setuptools>=69.2.0' 'wheel>=0.41.2' \
1615
'pyyaml==6.0.2' 'requests>=2.32.3' 'uvloop>=0.21.0' 'aiomqtt==2.3.0' \
1716
&& DEBIAN_FRONTEND=noninteractive apt-get remove -yq git build-essential cmake \
1817
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -yq \

0 commit comments

Comments
 (0)