Skip to content

Commit 7561392

Browse files
Update Dockerfile
1 parent 7737162 commit 7561392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM python:3.6
2-
MAINTAINER molguin <[email protected]>
2+
MAINTAINER GaetanoCarlucci <[email protected]>
33

44
RUN apt-get update -q && apt-get install git && apt-get clean
5-
RUN cd / && git clone https://github.com/molguin92/CPULoadGenerator.git /CPULoadGenerator
5+
RUN cd / && git clone https://github.com/GaetanoCarlucci/CPULoadGenerator.git /CPULoadGenerator
66
RUN pip install -r /CPULoadGenerator/requirements.txt
77

88
WORKDIR /CPULoadGenerator

0 commit comments

Comments
 (0)