mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
Fixed based on PR
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.8
|
FROM python:3.8
|
||||||
WORKDIR /wlan-testing
|
WORKDIR /wlan-testing
|
||||||
RUN apt update && apt install vim -y && rm -rf /var/lib/apt/lists/*
|
RUN apt update && rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip3 install pytest==6.2.2 bs4 paramiko xlsxwriter requests pandas influxdb scp allure-pytest
|
RUN pip3 install pytest==6.2.2 bs4 paramiko xlsxwriter requests pandas influxdb scp allure-pytest
|
||||||
RUN mkdir ~/.pip
|
RUN mkdir ~/.pip
|
||||||
RUN echo "[global]" > ~/.pip/pip.conf
|
RUN echo "[global]" > ~/.pip/pip.conf
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
From the root directory of this repository (wlan-testing) run the following command:
|
From the root directory of this repository (wlan-testing) run the following command:
|
||||||
```bash
|
```bash
|
||||||
docker build -f ./docker/Dockerfile -t wlantest
|
docker build -f ./docker/Dockerfile -t wlantest .
|
||||||
```
|
```
|
||||||
This will produce a docker image, which you can verify by running docker images command.
|
This will produce a docker image, which you can verify by running docker images command.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user