Skip to content

Commit

Permalink
devcontainer: install xpra with recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 17, 2024
1 parent d084b99 commit 520d34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm

RUN sed -i '0,/Components: main/{s/^Components: main/Components: main contrib non-free/}' /etc/apt/sources.list.d/debian.sources

RUN apt-get update && apt-get -y install --no-install-recommends vice cc65 emacs vim xpra
RUN apt-get update && apt-get -y install --no-install-recommends vice cc65 emacs vim && apt-get -y install xpra

ADD vice-setup.sh /vice-setup.sh
RUN bash -x /vice-setup.sh

0 comments on commit 520d34f

Please sign in to comment.