Skip to content

Commit

Permalink
Update debian container
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 30, 2024
1 parent ca08f9d commit b01ed14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 4 additions & 2 deletions containers/debian/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.title="Debian Devman"
LABEL org.opencontainers.image.base.name="docker.io/debian:trixie"

COPY debian-de.sources /etc/apt/sources.list.de/

RUN apt-get update

# Installing latex takes so long, cache it.
Expand All @@ -20,6 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
bat \
build-essential \
clang \
clangd \
cmake \
curl \
desktop-file-utils \
Expand All @@ -32,6 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
git \
git-delta \
golang-go \
gopls \
htop \
just \
kitty \
Expand All @@ -45,6 +45,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-poetry \
ripgrep \
rustup \
pre-commit \
pre-commit-hooks \
screen \
shellcheck \
shfmt \
Expand Down
15 changes: 0 additions & 15 deletions containers/debian/debian-de.sources

This file was deleted.

0 comments on commit b01ed14

Please sign in to comment.