Skip to content
Snippets Groups Projects
Commit 56221949 authored by Zhu, Ling Dr (Elec Electronic Eng)'s avatar Zhu, Ling Dr (Elec Electronic Eng)
Browse files

Add new file

parent a64b7d98
No related branches found
No related tags found
No related merge requests found
FROM php:7.3-apache
RUN apt-get clean
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq \
git \
tree \
vim \
wget \
nano \
iperf3
COPY workload_job.php /var/www/html/index.php
RUN chmod a+rx index.php
RUN export JOB_LOOP=1000000
RUN export JOB_VAR=0.0002
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment