fit2gpx (sha256:3c11ed47716f09fb74ba12ed92201e4ebf422cb9cbe2666300cd5a4c775b5be0)
Installation
docker pull git.nucleolus.xyz/fblume/fit2gpx@sha256:3c11ed47716f09fb74ba12ed92201e4ebf422cb9cbe2666300cd5a4c775b5be0sha256:3c11ed47716f09fb74ba12ed92201e4ebf422cb9cbe2666300cd5a4c775b5be0Image Layers
| ADD file:b24689567a7c604de93e4ef1dc87c372514f692556744da43925c575b4f80df6 in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-venv python3-pip gpsbabel && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY app.py /app/ # buildkit |
| COPY templates /app/templates # buildkit |
| COPY requirements.txt /app/ # buildkit |
| ENV VIRTUAL_ENV=/opt/venv |
| RUN /bin/sh -c python3 -m venv $VIRTUAL_ENV # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt # buildkit |
| RUN /bin/sh -c mkdir /app/input /app/output # buildkit |
| ENV FLASK_APP=app.py |
| ENV FLASK_RUN_HOST=0.0.0.0 |
| EXPOSE map[5000/tcp:{}] |
| CMD ["python" "-m" "flask" "run"] |
Details
Versions (2)
View all