File: Dockerfile

package info (click to toggle)
kamcli 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: python: 6,194; sh: 61; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
FROM python:3-bookworm
LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawireless.org>"

WORKDIR /project
VOLUME /etc/kamcli

COPY . .
RUN pip3 install .
RUN pip3 install psycopg2 mysqlclient