Skip to content

Commit 9362204

Browse files
0pendevcchr-ledger
andcommitted
chore: prepare release v1.1.2 and mention missing contributors
Co-authored-by: Charles Christen <charles.christen@ledger.fr>
1 parent db0d941 commit 9362204

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.devcontainer/Containerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
FROM registry.opensuse.org/opensuse/tumbleweed:latest
1+
FROM registry.opensuse.org/opensuse/leap:16.0
22

3-
RUN zypper in --no-recommends -y binutils busybox-netcat cmake findutils gawk git lldb ninja rizin &&\
3+
RUN zypper in --no-recommends -y binutils cmake findutils gawk git lldb ninja &&\
44
zypper clean --all &&\
55
useradd code
66

77
USER code
88

9-
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
10-
11-
# Update path for uv and zig from extension
12-
ENV PATH=${PATH}:/home/code/.local/bin:/home/code/.cursor-server/data/User/globalStorage/ziglang.vscode-zig/zig/x86_64-linux-0.16.0
9+
# Update path for zig from extension
10+
ENV PATH=${PATH}:/home/code/.local/bin:/home/code/.cursor-server/data/User/globalStorage/ziglang.vscode-zig/zig/x86_64-linux-0.16.0

0 commit comments

Comments
 (0)