improved video bug
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y default-libmysqlclient-dev
|
RUN apt-get install -y default-libmysqlclient-dev gcc
|
||||||
RUN apt-get install -y postgresql postgresql-contrib libpq-dev python-psycopg2
|
RUN apt-get install -y postgresql postgresql-contrib libpq-dev python-psycopg2
|
||||||
RUN apt-get update && apt-get install \
|
RUN apt-get update && apt-get install \
|
||||||
-y --no-install-recommends python3 python3-virtualenv
|
-y --no-install-recommends python3 python3-virtualenv python3-dev
|
||||||
RUN apt-get update && apt-get install libssl-dev
|
RUN apt-get update && apt-get install libssl-dev
|
||||||
RUN python3 -m virtualenv --python=/usr/bin/python3 /opt/venv
|
RUN python3 -m virtualenv --python=/usr/bin/python3 /opt/venv
|
||||||
COPY ./requirements.txt /usr/src/app/
|
COPY ./requirements.txt /usr/src/app/
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
workout.user{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|||||||
Reference in New Issue
Block a user