Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaeb12f7

Browse files
committed
Disable interactive frontend during apt-get install.
- Makes sure apt does not ask for MySQL root password.
1 parent293777b commitaeb12f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:latest
22
MAINTAINER John Fink <john.fink@gmail.com>
33
RUN apt-get update
44
RUN apt-get -y upgrade
5-
RUN apt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql
5+
RUNDEBIAN_FRONTEND=noninteractiveapt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql
66
RUN easy_install supervisor
77
ADD ./start.sh /start.sh
88
ADD ./foreground.sh /etc/apache2/foreground.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp