We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b089c commit 423d425Copy full SHA for 423d425
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y apt-utils curl sudo systemd xxd lsof ga
16
rm -rf /opt/hiddify-manager/ssl && \
17
ln -sf /hiddify-data/ssl /opt/hiddify-manager/ssl
18
19
-RUN bash install.sh install-docker --no-gui &&\
+RUN bash install.sh install-docker --no-gui
20
RUN rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
21
22
COPY other/docker/ /usr/bin/
0 commit comments