diff options
| author | seth <[email protected]> | 2024-01-25 11:28:40 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-25 11:28:40 -0500 |
| commit | 88707eb2d7ab99d86047da0958cdd15104d1deaf (patch) | |
| tree | 95a64ca735d29200a16f1550bb39ae25e442ad6a /base/Containerfile | |
| parent | 4cece44fbd22a3935bb5555b4f08f5ecf3599740 (diff) | |
base: fix vscode repo line formatting
Diffstat (limited to 'base/Containerfile')
| -rw-r--r-- | base/Containerfile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/base/Containerfile b/base/Containerfile index a4ff2f4..1a3d88d 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -42,14 +42,14 @@ RUN rpm-ostree override remove \ # install third party packages & repos RUN cd /etc/yum.repos.d/ && \ curl -LO https://pkgs.tailscale.com/stable/fedora/tailscale.repo \ - echo -e '\ - [code]\n\ - name=Visual Studio Code\n\ - baseurl=https://packages.microsoft.com/yumrepos/vscode\n\ - enabled=1\n\ - gpgcheck=1\n\ - gpgkey=https://packages.microsoft.com/keys/microsoft.asc\ - ' > vscode.repo && \ + echo -e \ + "[code]\n" \ + "name=Visual Studio Code\n" \ + "baseurl=https://packages.microsoft.com/yumrepos/vscode\n" \ + "enabled=1\n" \ + "gpgcheck=1\n" \ + "gpgkey=https://packages.microsoft.com/keys/microsoft.asc" \ + > vscode.repo && \ rpm-ostree install code tailscale && \ systemctl enable tailscaled |
