Commit d28cac38 authored by jan.koester's avatar jan.koester
Browse files

test

parent db6c9b8c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ RUN apk update --no-cache && apk upgrade --no-cache && \
    lua-aports \
    mariadb-dev \
    ninja \
    nodejs-dev \
    openssh-client \
    openssh-keygen \
    sqlite-dev \
@@ -27,7 +26,7 @@ RUN apk update --no-cache && apk upgrade --no-cache && \
    tinyxml2-dev \
    util-linux-dev \
    yaml-dev \
    nodejs-libs
    libarchive-dev

# Clone and build C++ dependencies sequentially
# Using cmake -B/build -S/source to avoid sloppy 'cd' tracking
@@ -108,7 +107,8 @@ RUN apk update && apk upgrade && \
    sed \
    sqlite-libs \
    tinyxml2 \
    yaml
    yaml \
    libarchive

RUN mkdir -p /etc/blogi /usr/local/share/blogi /usr/local/sbin /usr/local/bin /usr/local/lib

@@ -150,14 +150,13 @@ RUN apk update && apk upgrade && \
    libstdc++ \
    libuuid \
    mariadb-connector-c \
    nodejs-libs \
    openssl \
    pwgen \
    sed \
    sqlite-libs \
    tinyxml2 \
    yaml \
    nodejs-libs
    libarchive

RUN mkdir -p /etc/blogi \
    /usr/local/share/blogi \