Update Dockerfile

This commit is contained in:
Alexandre
2022-01-24 16:52:48 +01:00
committed by GitHub
parent 64dff81a81
commit a4eff0c6fa

View File

@@ -22,14 +22,14 @@ FROM ${BUILD_FROM}ubuntu-mate
# 2 Modify Image # # 2 Modify Image #
################## ##################
ARG CUSTOMREPOSITORIES="libreoffice/ppa ARG CUSTOMREPOSITORIES="libreoffice/ppa \
ubuntuhandbook1/darktable ubuntuhandbook1/darktable \
mozillateam/ppa mozillateam/ppa \
stebbins/handbrake-releases stebbins/handbrake-releases \
kritalime/ppa kritalime/ppa \
team-xbmc/ppa team-xbmc/ppa \
lutris-team/lutris lutris-team/lutris \
graphics-drivers/ppa" graphics-drivers/ppa"
# Allow UID and GID setting # Allow UID and GID setting
RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \