Skip to content

Commit

Permalink
Merge branch 'master' into radius-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Apr 2, 2024
2 parents 386c307 + 7bc8cb0 commit f0535a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM python:3.7.5-slim-buster
FROM python:3.9.19-slim-bullseye

RUN apt update && \
apt install --yes zlib1g-dev libjpeg-dev gdal-bin libproj-dev \
libgeos-dev libspatialite-dev libsqlite3-mod-spatialite \
sqlite3 libsqlite3-dev openssl libssl-dev fping && \
rm -rf /var/lib/apt/lists/* /root/.cache/pip/* /tmp/*

RUN pip install -U pip setuptools wheel

COPY requirements-test.txt requirements.txt /opt/openwisp/
RUN pip install -r /opt/openwisp/requirements.txt && \
pip install -r /opt/openwisp/requirements-test.txt && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date :hover {
background-color: #fff;
color: #777;
color: rgba(119, 119, 119, 0.56);
}
.daterangepicker .drp-selected {
color: #df5d43;
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/ma
influxdb~=5.3.1
django-nested-admin~=4.0.2
netaddr~=0.8.0
python-dateutil~=2.8.2
python-dateutil>=2.7.0,<3.0.0
openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master
urllib3~=2.0.3

0 comments on commit f0535a7

Please sign in to comment.