mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
Merge pull request #91 from DarkflameUniverse/fix/libsass
Reintroduce libsass
This commit is contained in:
commit
d6b0a91e4d
@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM python:3.8-slim-buster
|
FROM python:3.11-slim-bookworm
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt -y install zip
|
RUN apt -y install zip
|
||||||
|
@ -9,6 +9,7 @@ Flask-SQLAlchemy==3.1.1
|
|||||||
Flask-User==1.0.2.2
|
Flask-User==1.0.2.2
|
||||||
Flask-WTF==1.2.1
|
Flask-WTF==1.2.1
|
||||||
gunicorn==21.2.0
|
gunicorn==21.2.0
|
||||||
|
libsass==0.21.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.0.2
|
||||||
SQLAlchemy==2.0.23
|
SQLAlchemy==2.0.23
|
||||||
sqlalchemy-datatables==2.0.1
|
sqlalchemy-datatables==2.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user