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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user