Fixed UID to fit in with synology
This commit is contained in:
parent
3575d88c1f
commit
e59633c1af
@ -10,8 +10,8 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
VERSION='0.2.0.1504' \
|
VERSION='0.2.0.1504' \
|
||||||
RADARR_USER='radarr' \
|
RADARR_USER='radarr' \
|
||||||
RADARR_GROUP='radarr' \
|
RADARR_GROUP='radarr' \
|
||||||
RADARR_UID='1003' \
|
RADARR_UID='1027' \
|
||||||
RADARR_GID='1003'
|
RADARR_GID='1027'
|
||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk -U update && \
|
apk -U update && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user