mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
docker-ci: fixed script path inside the entry point
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
154a391cf7
commit
a35e1b23e6
@@ -31,6 +31,9 @@ RUN apt-get -qq update && \
|
|||||||
build-essential libssl-dev libffi-dev \
|
build-essential libssl-dev libffi-dev \
|
||||||
python3-dev cargo
|
python3-dev cargo
|
||||||
|
|
||||||
|
# move the script in the root of the directory
|
||||||
|
RUN cp contrib/docker/scripts/*.sh .
|
||||||
|
|
||||||
RUN ls -la
|
RUN ls -la
|
||||||
|
|
||||||
CMD ["./contrib/docker/scripts/entrypoint.sh"]
|
CMD ["./contrib/docker/scripts/entrypoint.sh"]
|
||||||
|
|||||||
@@ -29,12 +29,8 @@ poetry install
|
|||||||
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
|
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# Used in docker image
|
|
||||||
cd /work || return
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
./configure CC="$CC"
|
./configure CC="$CC"
|
||||||
# cat config.vars
|
cat config.vars
|
||||||
|
|
||||||
cat << EOF > pytest.ini
|
cat << EOF > pytest.ini
|
||||||
[pytest]
|
[pytest]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd contrib/docker/scripts && \
|
./setup.sh
|
||||||
./setup.sh && ./build.sh
|
./build.sh
|
||||||
|
|||||||
2
external/lnprototest
vendored
2
external/lnprototest
vendored
Submodule external/lnprototest updated: ceeb8667f7...433d22f16c
Reference in New Issue
Block a user