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

upgrade builders

This commit is contained in:
José Moreira
2018-09-11 10:35:21 +01:00
parent 5a965a5600
commit 922b696caa
5 changed files with 39 additions and 23 deletions
+1
View File
@@ -17,6 +17,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
ADD entrypoint.sh /entrypoint
RUN chmod 755 /entrypoint
ENV GOSU_USER="0:0"
RUN mkdir -p /src /output /overlay /repositories /feeds
WORKDIR /src