mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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
|
||||
FROM debian:stretch-slim
|
||||
FROM debian:buster-slim
|
||||
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
|
@ -47,7 +47,6 @@ RUN apt-get update && apt-get install -y \
|
|||
libasound2 \
|
||||
libcap2 \
|
||||
libgconf-2-4 \
|
||||
libgnome-keyring-dev \
|
||||
libgtk2.0-0 \
|
||||
libnotify4 \
|
||||
libnss3 \
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# --name skype \
|
||||
# jess/skype
|
||||
#
|
||||
FROM debian:jessie-slim
|
||||
FROM debian:buster-slim
|
||||
|
||||
# Tell debconf to run in non-interactive mode
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
--no-install-recommends
|
||||
|
||||
# Add the skype debian repo
|
||||
|
|
Loading…
Reference in New Issue
Block a user