1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-11 08:22:59 +00:00

prepare other targets

This commit is contained in:
José Moreira
2018-09-08 17:59:18 +01:00
parent c03c962f6f
commit b6afc62fa1
6 changed files with 44 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
ADD etc/entrypoint.sh /entrypoint
ADD entrypoint.sh /entrypoint
RUN chmod 755 /entrypoint
RUN mkdir -p /src /output
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
chown -R $GOSU_USER /lede
chown -R $GOSU_USER /src
# If GOSU_USER environment variable set to something other than 0:0 (root:root),
# become user:group set within and exec command passed in args