Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scp unknown in create3 docker container #15

Open
EugeneDMyers opened this issue Apr 18, 2024 · 0 comments
Open

scp unknown in create3 docker container #15

EugeneDMyers opened this issue Apr 18, 2024 · 0 comments

Comments

@EugeneDMyers
Copy link

The following sequence ends with "scp not found"

the problem is that the "apt-get update; apt-get install" do not get executed (in the docker container or at all...)

Moving the apt-get statements to "Clone into KIPR's Create..." resolves the issue.

Clone into arm64 Docker repository

git clone https://github.com/kipr/arm64_docker
cd arm64_docker
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
sudo python3 build.py --dockerfile Dockerfile.aarch64 --tag local/arm64
sudo docker run -it --rm local/arm64
apt-get update
apt-get install build-essential openssh-client libzbar-dev libssl-dev

Clone into KIPR's Create 3 repository inside arm64_docker container

git clone -c http.sslVerify=false https://github.com/kipr/create3.git
cd create3
cmake -Bbuild -Dserver=OFF
cd build
make -j16
cmake --install . --prefix prefix
cpack
scp create3-0.1.0-Linux.deb kipr@$WOMBAT_IP:~/create3-0.1.0-Linux.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant