Code Monkey home page Code Monkey logo

Comments (5)

aandrovitsanea avatar aandrovitsanea commented on August 10, 2024

Ups!
I think my username slipped in there.
Try the following:

  • Change at file Dockerfile, insert your USER name at:

    - Line 5, RUN useradd -m -s /bin/bash USER
    
    - Line 20, ADD install_kit /home/USER/install_kit
    
    - Line 21, RUN chmod +x /home/USER/install_kit
    
    - Line 24, USER **USER**
    
    - Line 25, WORKDIR /home/USER
    
  • Change at file install_kit, insert your USER name at::

    - Line 6,  echo "" | grass74 -c EPSG:2100 /home/USER/grassdata
    
  • Rebuild

from gsflow-grass.

kpretz avatar kpretz commented on August 10, 2024

I made the changes and got the same error. Looks like I need root to run. I tried just installing tzdata and it worked with root.

from gsflow-grass.

awickert avatar awickert commented on August 10, 2024

Glad you two figured this out! I'll leave open as a reminder to update the docs once I do the big overhaul.

from gsflow-grass.

aandrovitsanea avatar aandrovitsanea commented on August 10, 2024

@kpretz glad you figured it out!
I think is a good idea to be root so that you can install all dependent packages smoothly.

from gsflow-grass.

dgketchum avatar dgketchum commented on August 10, 2024

FYI, I got past this same error by changing the ubuntu release in the Dockerfile from 18.10 to 18.04. See https://superuser.com/a/1527268/643284. This is due to 18.04 having long-term service status.

from gsflow-grass.

Related Issues (20)

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.