Skip to content

Commit

Permalink
test: add app scaffold 24
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent e27c1f5 commit 558f8d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ RUN pip install \
nbgitpuller \
&& rm -rf /tmp/* $HOME/.cache

RUN apt-get -y install podman
RUN . /etc/os-release \
&& echo "deb http://deb.debian.org/debian $VERSION_CODENAME-backports main" > /etc/apt/sources.list.d/backports.list \
&& curl -fsSL https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$ID_$VERSION_ID/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$ID_$VERSION_ID/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
&& apt-get update \
&& apt-get -y install podmanRUN apt-get -y install podman

RUN podman run -d \
-p 9123:8080 \
Expand Down

0 comments on commit 558f8d4

Please sign in to comment.