Coder Social home page Coder Social logo

Comments (5)

itzg avatar itzg commented on August 29, 2024

easy-add is a binary executable. Add a RUN head /usr/bin/easy-add after the RUN chmod +x /usr/bin/easy-add to see what's going on there.

from easy-add.

Yaimuu avatar Yaimuu commented on August 29, 2024

I'm getting this :

image

I don't really know what to do with this information...

from easy-add.

itzg avatar itzg commented on August 29, 2024

I finally spotted the error in your Dockerfile. You copied this line wrong:

https://github.com/itzg/docker-minecraft-server/blob/9c6047e3fcda7f4d7d6780e6d0e1298a0223d477/Dockerfile#L39

from easy-add.

Yaimuu avatar Yaimuu commented on August 29, 2024

Thanks ! It solved the error but do you know why the line :

RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
	--var version=1.2.0 --var app=restify --file {{.app}} \
	--from https://github.com/itzg/{{.app}}/releases/tag/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz

returns a non-zero code ?

from easy-add.

Yaimuu avatar Yaimuu commented on August 29, 2024

Thanks ! It solved the error but do you know why the line :

RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
	--var version=1.2.0 --var app=restify --file {{.app}} \
	--from https://github.com/itzg/{{.app}}/releases/tag/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz

returns a non-zero code ?

Nevermind, I just had to install "ca-certificates" and add "RUN update-ca-certificates" before the line !
Thanks for your help !

from easy-add.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.