mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
deps.sh: unify handling of special cases
This commit is contained in:
parent
ec3baca612
commit
fdaebba9cc
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,6 @@ fi
|
|||
|
||||
# Build & Install uldaq
|
||||
if ! pkg-config "libuldaq >= 1.0.0" && \
|
||||
[ "${DISTRO}" != "debian-multiarch" ] && \
|
||||
[ -z "${SKIP_ULDAQ}" ]; then
|
||||
git clone --branch rpmbuild --depth 1 https://github.com/stv0g/uldaq
|
||||
pushd uldaq
|
||||
|
|
|
@ -106,7 +106,8 @@ ENV TRIPLET=${TRIPLET}
|
|||
|
||||
# Install unpackaged dependencies from source
|
||||
ADD packaging/deps.sh /
|
||||
RUN bash deps.sh
|
||||
RUN export SKIP_ULDAQ=1; \
|
||||
bash deps.sh
|
||||
|
||||
# Expose ports for HTTP and WebSocket frontend
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Add table
Reference in a new issue