Skip to content

Commit

Permalink
remove vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdy0901 committed Nov 10, 2023
1 parent 815c4e4 commit f5e1331
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@ RUN ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update

RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
sh -c '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" > /etc/yum.repos.d/vscode.repo' && \
dnf check-update && \
dnf install --assumeyes code

RUN dnf copr enable --assumeyes atim/starship && \
dnf install --assumeyes starship

0 comments on commit f5e1331

Please sign in to comment.