mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update base image
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
6a59d5907d
commit
6356143a7e
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Base docker image
|
# Base docker image
|
||||||
FROM debian:stretch-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
@ -47,7 +47,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
libasound2 \
|
libasound2 \
|
||||||
libcap2 \
|
libcap2 \
|
||||||
libgconf-2-4 \
|
libgconf-2-4 \
|
||||||
libgnome-keyring-dev \
|
|
||||||
libgtk2.0-0 \
|
libgtk2.0-0 \
|
||||||
libnotify4 \
|
libnotify4 \
|
||||||
libnss3 \
|
libnss3 \
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
# --name skype \
|
# --name skype \
|
||||||
# jess/skype
|
# jess/skype
|
||||||
#
|
#
|
||||||
FROM debian:jessie-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
# Tell debconf to run in non-interactive mode
|
# Tell debconf to run in non-interactive mode
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
|
gnupg \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
# Add the skype debian repo
|
# Add the skype debian repo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user