Skip to content

Commit 423d425

Browse files
TeslaTesla
Tesla
authored and
Tesla
committed
Fix syntax error in Dockerfile
1 parent 34b089c commit 423d425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y apt-utils curl sudo systemd xxd lsof ga
1616
rm -rf /opt/hiddify-manager/ssl && \
1717
ln -sf /hiddify-data/ssl /opt/hiddify-manager/ssl
1818

19-
RUN bash install.sh install-docker --no-gui &&\
19+
RUN bash install.sh install-docker --no-gui
2020
RUN rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
2121

2222
COPY other/docker/ /usr/bin/

0 commit comments

Comments
 (0)