Metadata for the ArchiveTeam Docker Hub repositories
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

7 行
254 B

  1. FROM warcforceone/grab-base
  2. COPY . /grab
  3. RUN python3 -m pip install --upgrade py3amf
  4. RUN ln -s /usr/local/bin/wget-lua /grab/wget-lua
  5. # RUN wget -O /grab/wget-lua http://xor.meo.ws/vUO6LyuhBlMOqGUjZ3sFQCqUcR83pl9N/wget-lua \
  6. # && chmod +x /grab/wget-lua