create admin user automatically
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-22 05:51:17 -07:00
parent fb2bf698ca
commit d5e258ff01
3 changed files with 13 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ FROM ubuntu:bionic
ENV DEBIAN_FRONTEND noninteractive
ENV DEFAULT_ADMIN_PASSWORD hunter2
ARG UBUNTU_MIRROR=http://archive.ubuntu.com/ubuntu
RUN echo "deb $UBUNTU_MIRROR bionic main universe restricted multiverse" > /etc/apt/sources.list.new && \