Skip to content

Commit

Permalink
Add VSCode repo
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark authored Aug 9, 2024
1 parent ce6c45a commit ba9a321
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM quay.io/fedora-ostree-desktops/silverblue:40 as silverblue

RUN rpm-ostree override remove \
RUN echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" \
| sudo tee /etc/yum.repos.d/vscode.repo > /dev/null \
&& rpm-ostree override remove \
gnome-software-rpm-ostree \
gnome-terminal \
gnome-terminal-nautilus \
Expand Down

0 comments on commit ba9a321

Please sign in to comment.