updates database design for mariadb
This commit is contained in:
		@@ -1,13 +1,11 @@
 | 
			
		||||
FROM python:3.8-slim-buster
 | 
			
		||||
RUN apt-get update && apt-get upgrade
 | 
			
		||||
RUN apt-get install -y cron
 | 
			
		||||
RUN pip3 install flask Flask-SQLAlchemy flask_migrate flask_login flask_wtf python-dotenv
 | 
			
		||||
RUN apt-get install gcc libpcre3 libpcre3-dev -y
 | 
			
		||||
RUN apt-get install gcc libpcre3 libpcre3-dev libmariadbclient-dev -y
 | 
			
		||||
RUN pip3 install uwsgi
 | 
			
		||||
 | 
			
		||||
RUN pip3 install email-validator
 | 
			
		||||
RUN pip3 install google google-oauth google-auth-oauthlib google-api-python-client
 | 
			
		||||
 | 
			
		||||
RUN pip3 install google google-oauth google-auth-oauthlib google-api-python-client mysqlclient
 | 
			
		||||
COPY docker-entrypoint.sh /usr/local/bin/
 | 
			
		||||
EXPOSE 8084
 | 
			
		||||
EXPOSE 3001
 | 
			
		||||
ENTRYPOINT ["docker-entrypoint.sh"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user