Fixed links in Apps section.

This commit is contained in:
douwe
2025-08-06 02:55:09 +02:00
parent a893e054ab
commit 2479809316
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ RUN apt-get update && \
COPY . /server
# Download Crow library
RUN apt-get install ./lib/crow-1.2.1.deb -y
RUN apt-get install -y ./lib/crow-1.2.1.deb
# Make the build directory
RUN mkdir -p build && cd build