diff --git a/Dockerfile b/Dockerfile index 9d21a08..f78f36c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ FROM theteamultroid/ultroid:main ENV TZ=Asia/Kolkata RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +COPY installer.sh . + RUN bash installer.sh # changing workdir