misc: cleanup Dockerfiles
* Cleanup: Use spaces instead of tabulation * Cleanup: Reduce layers * Cleanup: Homogeneise wget syntax * Cleanup: Use binary GPG key format
This commit is contained in:
@@ -5,16 +5,15 @@ FROM ${JITSI_REPO}/base:${BASE_TAG}
|
||||
ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt
|
||||
COPY rootfs/ /
|
||||
|
||||
RUN \
|
||||
apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y cron nginx-extras jitsi-meet-web socat && \
|
||||
apt-dpkg-wrap apt-get -d install -y jitsi-meet-web-config && \
|
||||
RUN apt-dpkg-wrap apt-get update && \
|
||||
apt-dpkg-wrap apt-get install -y cron nginx-extras jitsi-meet-web socat && \
|
||||
apt-dpkg-wrap apt-get -d install -y jitsi-meet-web-config && \
|
||||
dpkg -x /var/cache/apt/archives/jitsi-meet-web-config*.deb /tmp/pkg && \
|
||||
mv /tmp/pkg/usr/share/jitsi-meet-web-config/config.js /defaults && \
|
||||
mv /usr/share/jitsi-meet/interface_config.js /defaults && \
|
||||
rm -f /etc/nginx/conf.d/default.conf && \
|
||||
apt-cleanup && \
|
||||
rm -rf /tmp/pkg /var/cache/apt
|
||||
mv /usr/share/jitsi-meet/interface_config.js /defaults && \
|
||||
rm -f /etc/nginx/conf.d/default.conf && \
|
||||
apt-cleanup && \
|
||||
rm -rf /tmp/pkg /var/cache/apt
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
|
||||
Reference in New Issue
Block a user