Skip to content

Commit

Permalink
devcontainer: run vice setup as vscode user
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 17, 2024
1 parent ba98663 commit ccfeab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ RUN sed -i '0,/Components: main/{s/^Components: main/Components: main contrib no
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

USER vscode
RUN bash -x /vice-setup.sh

0 comments on commit ccfeab9

Please sign in to comment.