Skip to content

Commit c8b80ed

Browse files
committed
Remove hardware module dependency and git from docker
1 parent 8936416 commit c8b80ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM python:3.10-alpine
22

3-
RUN apk add git
43
RUN apk update && apk add postgresql-dev gcc python3-dev musl-dev
54

65
# set environment variables

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dj-database-url==0.5.0
77
Django==3.2.23
88
django-bootstrap3==15.0.0
99
django-filter==2.4.0
10-
django-ha-hardware @ git+https://github.com/hackupc/hardware.git@c07aa873d8785ecbae06692b430afb6f29207854
1110
django-multiselectfield==0.1.12
1211
django-storages==1.9.1
1312
django-tables2==2.4.0

0 commit comments

Comments
 (0)