Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors from digitalocean during the droplet installation #50

Closed
kusayuzayushko opened this issue Jul 29, 2020 · 1 comment
Closed

Errors from digitalocean during the droplet installation #50

kusayuzayushko opened this issue Jul 29, 2020 · 1 comment

Comments

@kusayuzayushko
Copy link

digitalocean: # Executing docker install script, commit: 26ff363bcf3b3f5a00498ac43694bf1c7d9ce16c
==> digitalocean: + sh -c apt-get update -qq >/dev/null
==> digitalocean: + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
==> digitalocean: + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null
==> digitalocean: Warning: apt-key output should not be parsed (stdout is not a terminal)
==> digitalocean: + sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu eoan stable" > /etc/apt/sources.list.d/docker.list
==> digitalocean: + sh -c apt-get update -qq >/dev/null
==> digitalocean: + [ -n  ]
==> digitalocean: + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
==> digitalocean: debconf: unable to initialize frontend: Dialog
==> digitalocean: debconf: (TERM is not set, so the dialog frontend is not usable.)
==> digitalocean: debconf: falling back to frontend: Readline
==> digitalocean: debconf: unable to initialize frontend: Readline
==> digitalocean: debconf: (This frontend requires a controlling tty.)
==> digitalocean: debconf: falling back to frontend: Teletype
==> digitalocean: dpkg-preconfigure: unable to re-open stdin:
==> digitalocean: + sh -c docker version
@kusayuzayushko kusayuzayushko changed the title errors from digitalocean during the droplet installation Errors from digitalocean during the droplet installation Jul 29, 2020
@pry0cc
Copy link
Owner

pry0cc commented Aug 8, 2020

This is benign, it doesn't cause any issues with the install, purely cosmetic.

@pry0cc pry0cc closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants