Skip to content

Commit

Permalink
+codium
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalderon committed Jan 1, 2024
1 parent 99c6978 commit e520e7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
FROM quay.io/toolbx-images/ubuntu-toolbox:22.04
# From https://github.com/toolbx-images/images/tree/main/ubuntu/22.04

RUN wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg

RUN echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \
| sudo tee /etc/apt/sources.list.d/vscodium.list


COPY packages.ubuntu /toolbox-packages

RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions packages.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ libxext6
libxfixes3
libxml2
pigz
codium

0 comments on commit e520e7d

Please sign in to comment.