Skip to content

Commit 8923417

Browse files
authored
Update devcontainers (#40)
1 parent 1affbc9 commit 8923417

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.devcontainer/alpine-arm64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM arm64v8/python:3.11-alpine
22
RUN apk add gcc libc-dev linux-headers musl-dev zlib zlib-dev python3-dev curl
3-
RUN python3 -m pip install ipykernel
43
RUN sh -c "$(curl -fsSL https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
54
-t powerlevel10k/powerlevel10k \
65
-p git \

.devcontainer/alpine-x64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM amd64/python:3.11-alpine
22
RUN apk add gcc libc-dev linux-headers musl-dev zlib zlib-dev python3-dev curl
3-
RUN python -m pip install ipykernel
43
RUN sh -c "$(curl -fsSL https://github.com/deluan/zsh-in-docker/releases/download/v1.1.5/zsh-in-docker.sh)" -- \
54
-t powerlevel10k/powerlevel10k \
65
-p git \

0 commit comments

Comments
 (0)