diff options
Diffstat (limited to 'base/Containerfile')
| -rw-r--r-- | base/Containerfile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/base/Containerfile b/base/Containerfile index 66d58ba..751aeda 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -40,20 +40,12 @@ RUN rpm-ostree override remove \ # install third party packages & repos +COPY vscode.repo /etc/yum.repos.d/ 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 && \ rpm-ostree install code tailscale && \ systemctl enable tailscaled - # install fedora rpms RUN readarray -td '' pkgs < <(/tmp/yq '.install[]' /tmp/packages.yaml) && \ rpm-ostree install "${pkgs[@]}" |
