Skip to content

Commit 520d34f

Browse files
committed
devcontainer: install xpra with recommends
1 parent d084b99 commit 520d34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm
22

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

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

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

0 commit comments

Comments
 (0)