1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-11 16:32:52 +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