Update Dockerfile

This commit is contained in:
Alexandre
2022-02-02 14:57:23 +01:00
committed by GitHub
parent e12e2c4c32
commit d3ed1b33ed

View File

@@ -22,7 +22,7 @@ FROM ${BUILD_FROM}alpine-kde
# 2 Modify Image # # 2 Modify Image #
################## ##################
ARG CUSTOMREPOSITORIES="https://pkgs.alpinelinux.org/package/edge/testing/" ARG CUSTOMREPOSITORIES="http://dl-cdn.alpinelinux.org/alpine/edge/testing/"
# 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 \