fix gog install
This commit is contained in:
@@ -24,9 +24,9 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.
|
|||||||
&& apt-get update && apt-get install -y google-cloud-cli \
|
&& apt-get update && apt-get install -y google-cloud-cli \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install gog (Google Workspace CLI) for ARM64
|
# Install gogcli (Google Workspace CLI) for ARM64
|
||||||
RUN GOG_VERSION=$(curl -s https://api.github.com/repos/steipete/gog/releases/latest | jq -r .tag_name) \
|
RUN GOG_VERSION=$(curl -s https://api.github.com/repos/steipete/gogcli/releases/latest | jq -r .tag_name) \
|
||||||
&& curl -L "https://github.com/steipete/gog/releases/download/${GOG_VERSION}/gog_Linux_arm64.tar.gz" \
|
&& curl -L "https://github.com/steipete/gogcli/releases/download/${GOG_VERSION}/gogcli_${GOG_VERSION#v}_linux_arm64.tar.gz" \
|
||||||
| tar -xz -C /usr/local/bin/ \
|
| tar -xz -C /usr/local/bin/ \
|
||||||
&& chmod +x /usr/local/bin/gog
|
&& chmod +x /usr/local/bin/gog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user