mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
0.3.10
This commit is contained in:
parent
0c2b30f348
commit
1bfbbaa826
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# https://mcr.microsoft.com/en-us/product/devcontainers/rust/about
|
||||
FROM mcr.microsoft.com/devcontainers/rust:bullseye
|
||||
FROM mcr.microsoft.com/devcontainers/rust:bookworm
|
||||
|
||||
RUN apt-get update && \
|
||||
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev
|
||||
apt install -y build-essential xz-utils musl-tools musl-dev gcc-multilib pkg-config libssl-dev mold
|
||||
|
||||
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