File: Dockerfile

package info (click to toggle)
libcharon 5.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: python: 1,575; sh: 388; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
FROM registry.hub.docker.com/library/debian:buster-slim

RUN apt-get update && apt-get -y install cmake make python3 python3-pip git

COPY docker_env/buildenv_check.sh buildenv_check.sh

COPY charon_requirements.txt charon_requirements.txt

RUN pip3 install -r charon_requirements.txt