Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejb authored and jcrookebumble committed Feb 8, 2024
1 parent 47e0100 commit 0ef05c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ ENV POSTGREY_TEXT="Delayed by postgrey"

# --- prep
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
RUN . /etc/os-release && \
touch /etc/apt/sources.list && \
echo "deb-src http://deb.debian.org/debian $VERSION_CODENAME main non-free-firmware" >> /etc/apt/sources.list && \
echo "deb-src http://deb.debian.org/debian $VERSION_CODENAME-updates main non-free-firmware" >> /etc/apt/sources.list && \
echo "deb-src http://deb.debian.org/debian-security/ $VERSION_CODENAME-security main non-free-firmware" >> /etc/apt/sources.list

# --- set timezone and locale
ENV LANG "${BUILD_LOCALE}.UTF-8"
Expand Down

0 comments on commit 0ef05c8

Please sign in to comment.