mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 07:24:59 +01:00
Update Dockerfile
This commit is contained in:
parent
9c25580350
commit
8f4d9f753d
@ -13,8 +13,9 @@ RUN apt-get -qq update && apt-get -y -qq dist-upgrade && \
|
|||||||
libsecret-1-dev \
|
libsecret-1-dev \
|
||||||
# Used by seshat (when not SQLCIPHER_STATIC) \
|
# Used by seshat (when not SQLCIPHER_STATIC) \
|
||||||
libsqlcipher-dev \
|
libsqlcipher-dev \
|
||||||
rpm flatpak flatpak-builder && \
|
rpm flatpak flatpak-builder wine && \
|
||||||
apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
|
apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y wine32 mono-devel
|
||||||
RUN ln -s /usr/bin/python3 /usr/bin/python & ln -s /usr/bin/pip3 /usr/bin/pip
|
RUN ln -s /usr/bin/python3 /usr/bin/python & ln -s /usr/bin/pip3 /usr/bin/pip
|
||||||
|
|
||||||
ENV DEBUG_COLORS true
|
ENV DEBUG_COLORS true
|
||||||
|
Loading…
Reference in New Issue
Block a user