Looks to be specific to an arch or docker version?

Code:
--------------------
    root@paris:/tmp/test# arch
  x86_64
  
  root@paris:/tmp/test# docker --version
  Docker version 20.10.6, build 370c289
  
  root@paris:/tmp/test# cat Dockerfile 
  #Base image
  FROM lmscommunity/logitechmediaserver:dev
  
  # Install packages
  RUN apt-get update && apt-get upgrade -y && \
  apt-get install --no-install-recommends -y espeak && \
  apt-get clean && \
  rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  
  root@paris:/tmp/test# docker build -t test --network host .
  Sending build context to Docker daemon  2.048kB
  Step 1/2 : FROM lmscommunity/logitechmediaserver:dev
  ---> d2309d219fe9
  Step 2/2 : RUN apt-get update && apt-get upgrade -y &&         apt-get 
install --no-install-recommends -y espeak &&         apt-get clean &&         
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  ---> Running in aad8c980e43b
  Get:1 http://deb.debian.org/debian bullseye InRelease [150 kB]
  ...
  Setting up espeak (1.48.15+dfsg-2) ...
  Processing triggers for libc-bin (2.31-12) ...
  Removing intermediate container aad8c980e43b
  ---> fabe6203633c
  Successfully built fabe6203633c
  Successfully tagged test:latest
  
--------------------



2 SB 3 • 1 PCP 7 • Libratone Loop, Zipp, Zipp Mini • iPeng (iPhone +
iPad) • LMS 8.1 (docker) with plugins: CD Player, WaveInput by bpa •
Material Skin by Craig Drummond • IRBlaster by Gwendesign (Felix) •
Smart Mix, Music Walk With Me, What Was That Tune? by Michael Herger •
PowerSave by Jason Holtzapple • Song Info, Song Lyrics by Erland
Isaksson • BBC Sounds by Stuart McLean • AirPlay Bridge by philippe_44 •
Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.
------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to