mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
0.3.3
This commit is contained in:
parent
bc28230cbe
commit
5b05079edb
5 changed files with 19100 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
# https://mcr.microsoft.com/en-us/product/devcontainers/rust/about
|
||||
FROM mcr.microsoft.com/devcontainers/rust:bullseye
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-musl && \
|
||||
apt-get update && \
|
||||
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev && \
|
||||
rustup update
|
||||
RUN apt-get update && \
|
||||
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev
|
||||
|
||||
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') && \
|
||||
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue