mirror of
https://github.com/outbackdingo/openlan-cgw.git
synced 2026-01-28 02:19:50 +00:00
5 lines
115 B
Docker
5 lines
115 B
Docker
FROM python:3.12
|
|
WORKDIR /opt/client_simulator
|
|
COPY requirements.txt /tmp
|
|
RUN pip install -r /tmp/requirements.txt
|