mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.8
|
|||||||
WORKDIR /ci
|
WORKDIR /ci
|
||||||
|
|
||||||
RUN apt update && apt install vim -y && rm -rf /var/lib/apt/lists/*
|
RUN apt update && apt install vim -y && rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip3 install requests xlsxwriter
|
RUN pip3 install requests xlsxwriter pandas
|
||||||
|
|
||||||
COPY wlan-lanforge-scripts/py-json/LANforge /ci/LANforge
|
COPY wlan-lanforge-scripts/py-json/LANforge /ci/LANforge
|
||||||
COPY wlan-lanforge-scripts/py-json/realm.py /ci
|
COPY wlan-lanforge-scripts/py-json/realm.py /ci
|
||||||
|
|||||||
Reference in New Issue
Block a user