This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed
Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 6767 echo "**** install build deps ****" && \
6868 apk add --no-cache \
6969 curl \
70+ g++ \
71+ gcc \
72+ linux-pam-dev \
73+ make \
7074 nodejs \
71- npm
75+ npm \
76+ python3
77+
7278
7379RUN \
7480 echo "**** grab source ****" && \
7985 fi && \
8086 curl -o \
8187 /tmp/gclient.tar.gz -L \
82- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
88+ "https://github.com/linuxserver/gclient/archive/file-explorer .tar.gz" && \
8389 tar xf \
8490 /tmp/gclient.tar.gz -C \
8591 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 6767 echo "**** install build deps ****" && \
6868 apk add --no-cache \
6969 curl \
70+ g++ \
71+ gcc \
72+ linux-pam-dev \
73+ make \
7074 nodejs \
71- npm
75+ npm \
76+ python3
7277
7378RUN \
7479 echo "**** grab source ****" && \
7984 fi && \
8085 curl -o \
8186 /tmp/gclient.tar.gz -L \
82- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
87+ "https://github.com/linuxserver/gclient/archive/file-explorer .tar.gz" && \
8388 tar xf \
8489 /tmp/gclient.tar.gz -C \
8590 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 6767 echo "**** install build deps ****" && \
6868 apk add --no-cache \
6969 curl \
70+ g++ \
71+ gcc \
72+ linux-pam-dev \
73+ make \
7074 nodejs \
71- npm
75+ npm \
76+ python3
7277
7378RUN \
7479 echo "**** grab source ****" && \
7984 fi && \
8085 curl -o \
8186 /tmp/gclient.tar.gz -L \
82- "https://github.com/linuxserver/gclient/archive/${GCLIENT_RELEASE} .tar.gz" && \
87+ "https://github.com/linuxserver/gclient/archive/file-explorer .tar.gz" && \
8388 tar xf \
8489 /tmp/gclient.tar.gz -C \
8590 /gclient/ --strip-components=1
Original file line number Diff line number Diff line change 11#!/usr/bin/with-contenv bash
22
33cd /gclient || exit
4- exec \
4+ HOME="/config" exec \
55 s6-setuidgid abc node app.js
You can’t perform that action at this time.
0 commit comments