Skip to content

Commit 852cfd1

Browse files
authored
Update Dockerfile
fix salvador build
1 parent 7dc363d commit 852cfd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ RUN wget https://github.com/emmanuel-marty/lzsa/archive/refs/heads/master.zip \
6464
&& cd .. && rm -rf master.zip lzsa-master
6565

6666
RUN wget https://github.com/emmanuel-marty/salvador/archive/refs/heads/main.zip \
67-
&& unzip master.zip \
68-
&& cd salvador-master \
67+
&& unzip main.zip \
68+
&& cd salvador-main \
6969
&& make \
7070
&& cp salvador /usr/bin/salvador \
71-
&& cd .. && rm -rf master.zip salvador-master
71+
&& cd .. && rm -rf main.zip salvador-main
7272

7373
RUN wget https://github.com/Kannagi/Higueul/archive/refs/tags/betav0.22.zip \
7474
&& unzip betav0.22.zip \

0 commit comments

Comments
 (0)