Skip to content

Commit

Permalink
Maybe it doesn't need sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark authored Aug 9, 2024
1 parent ba9a321 commit 6ee500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/fedora-ostree-desktops/silverblue:40 as silverblue

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 \
| tee /etc/yum.repos.d/vscode.repo > /dev/null \
&& rpm-ostree override remove \
gnome-software-rpm-ostree \
gnome-terminal \
Expand Down

0 comments on commit 6ee500f

Please sign in to comment.