diff --git a/Dockerfile b/Dockerfile index 7fd7f33..e37f11f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,13 +4,8 @@ WORKDIR /usr/src/app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt +RUN apt update && apt install -y bind9-host iputils-ping COPY . . -RUN mkdir -p www -RUN ln -s www/survBot_out.html www/index.html -RUN cp stylesheets/*.css www/ -RUN touch logo.png -RUN cp logo.png www/logo.png - CMD [ "python", "./survBot.py", "-html", "www" ] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1fb4a59 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,36 @@ +Brotli==1.1.0 +certifi==2025.1.31 +cffi==1.17.1 +charset-normalizer==3.4.1 +contourpy==1.3.1 +cycler==0.12.1 +decorator==5.2.1 +fonttools==4.56.0 +greenlet==3.1.1 +h2==4.2.0 +hpack==4.1.0 +hyperframe==6.1.0 +idna==3.10 +kiwisolver==1.4.8 +lxml==5.3.1 +matplotlib==3.8.4 +munkres==1.1.4 +numpy==1.26.4 +obspy==1.4.1 +packaging==24.2 +pillow==11.1.0 +pip==25.0.1 +pycparser==2.22 +pyparsing==3.2.1 +PySocks==1.7.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.2 +requests==2.32.3 +scipy==1.15.2 +setuptools==75.8.2 +six==1.17.0 +SQLAlchemy==1.4.54 +unicodedata2==16.0.0 +urllib3==2.3.0 +wheel==0.45.1 +zstandard==0.23.0