Coder Social home page Coder Social logo

Comments (4)

erentar avatar erentar commented on August 26, 2024

to reproduce

from fedora
run dnf update -y
run dnf groupinstall -y "Development Tools" "C Development Tools and Libraries"
run dnf install -y \
    python3 \
    python3-pip \
    cairo \
    cairo-devel \
    python3-cairo \
    python3-cairo-devel \
    python3-gevent \
    python3-lxml \
    python3-virtualenv \
    libjpeg-devel #add libjpeg to documentation

run mkdir -p /opt/fts
run chmod -R 777 /opt/fts

run git clone https://github.com/FreeTAKTeam/FreeTakServer && \
	cd FreeTakServer && \
	pip3 install .

run useradd appuser
run echo "appuser:qwerty" | chpasswd
run usermod -aG wheel appuser
user appuser
workdir /home/appuser

from freetakserver.

naman108 avatar naman108 commented on August 26, 2024

I don't have a fedora installation so I can't reproduce, however we've updated many of our deps in the latest 2.2.1 version, could you upgrade and see if these latest versions produce the same issues?

from freetakserver.

erentar avatar erentar commented on August 26, 2024

You do not need a fedora box, just need any linux with docker on it

The error is still reproducible, i just ran the dockerfile

from freetakserver.

erentar avatar erentar commented on August 26, 2024

To reproduce, copy and paste the dockerfile text into a file called Dockerfile and run docker build --no-cache -t freetakserver .

from freetakserver.

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.