fixed upgrade / import issues, now upgrading and including git
This commit is contained in:
@@ -13,19 +13,18 @@ RUN truncate -s0 /tmp/preseed.cfg && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
|
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
|
||||||
apt-get install -y tzdata
|
apt-get install -y tzdata
|
||||||
## cleanup of files from setup
|
RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install python3-pip python3-psycopg2 libpq-dev gunicorn mediainfo cmake libgl1-mesa-glx libglib2.0-0 python3-ldap libjpeg-turbo-progs ffmpeg git
|
||||||
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
|
||||||
RUN apt-get update && apt-get -y install python3-pip python3-psycopg2 libpq-dev gunicorn mediainfo cmake libgl1-mesa-glx libglib2.0-0 python3-ldap libjpeg-turbo-progs ffmpeg
|
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
RUN pip3 install --upgrade pillow --user
|
RUN pip3 install --upgrade pillow --user
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
EXPOSE 55432
|
EXPOSE 55432
|
||||||
COPY . .
|
COPY . .
|
||||||
#RUN git log -n 5 > ./internal/git-log.txt
|
RUN git log -n 5 > ./internal/git-log.txt
|
||||||
#RUN apt-get -y purge git
|
|
||||||
RUN rm -rf .git
|
RUN rm -rf .git
|
||||||
RUN chown mythtv:mythtv /code
|
RUN chown mythtv:mythtv /code
|
||||||
RUN chown mythtv:mythtv ./static
|
RUN chown mythtv:mythtv ./static
|
||||||
RUN chown mythtv:mythtv ./static/*
|
RUN chown mythtv:mythtv ./static/*
|
||||||
|
## cleanup of files from setup
|
||||||
|
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
CMD ["./wrapper.sh"]
|
CMD ["./wrapper.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user