kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
5b212d9655
|
@ -8,7 +8,10 @@ import logging
|
|||
import docker
|
||||
|
||||
TEMPLATE = r"""
|
||||
FROM buildpack-deps:artful
|
||||
FROM buildpack-deps:bionic
|
||||
|
||||
# avoid prompts from apt
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Set up locales properly
|
||||
RUN apt-get update && \
|
||||
|
|
Ładowanie…
Reference in New Issue