Advertisement
Guest User

Untitled

a guest
Jan 8th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. FROM alpine:latest
  2.  
  3. RUN apk add --no-cache gcc g++ ncurses-dev git rsync perl tar bash patch findutils diffutils grep gzip unzip bzip2 wget python3 file which make gawk coreutils; \
  4. adduser -D openwrt
  5.  
  6. USER openwrt
  7. WORKDIR /home/openwrt
  8.  
  9. RUN git clone --depth=1 https://github.com/openwrt/openwrt
  10.  
  11. WORKDIR /home/openwrt/openwrt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement