Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Changochen committed Nov 6, 2023
1 parent b48eef7 commit c5ca469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dockers/mysql/Dockerfile
Expand Up @@ -20,7 +20,7 @@ RUN chmod +w /etc/sudoers && \
USER dobigthing
WORKDIR /home

RUN git clone https://github.com/Dobigthing666/Squirrel.git && \
RUN git clone https://github.com/OMH4ck/Squirrel.git && \
cd Squirrel && git submodule update --init && \
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -Wno-dev -DMYSQL=ON && \
cmake --build build -j && \
Expand Down

0 comments on commit c5ca469

Please sign in to comment.