/[LeafOK_CVS]/lbbs-combo/Dockerfile/dockerfile.bbsd.testing
ViewVC logotype

Diff of /lbbs-combo/Dockerfile/dockerfile.bbsd.testing

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Fri Jan 9 11:16:28 2026 UTC Revision 1.4 by sysadm, Thu Jan 22 10:00:46 2026 UTC
# Line 18  RUN ./configure --prefix=/usr/local/lbbs Line 18  RUN ./configure --prefix=/usr/local/lbbs
18  FROM debian:13-slim  FROM debian:13-slim
19    
20  # Install locales package and generate en_US.UTF-8  # Install locales package and generate en_US.UTF-8
21  RUN apt-get update && apt-get install -y locales \  RUN apt-get update && apt-get install -y locales openssh-client \
22      && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \      && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
23      && locale-gen openssh-client \      && locale-gen \
24      && rm -rf /var/lib/apt/lists/*      && rm -rf /var/lib/apt/lists/*
25    
26  # Set environment variables for the locale  # Set environment variables for the locale


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1