mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
Update Dockerfile
This commit is contained in:
parent
c9177d368a
commit
344f54610a
@ -1,6 +1,7 @@
|
|||||||
FROM ubuntu:bionic
|
FROM ubuntu:bionic
|
||||||
MAINTAINER Konstantin Safonov <kasthack@epicm.org>
|
MAINTAINER Konstantin Safonov <kasthack@epicm.org>
|
||||||
MAINTAINER Anatoliy Zimovskiy <stam@epicm.org>
|
MAINTAINER Anatoliy Zimovskiy <stam@epicm.org>
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# fix errors
|
# fix errors
|
||||||
@ -8,7 +9,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils gnupg
|
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils gnupg
|
||||||
|
|
||||||
# Install base packages
|
# Install base packages
|
||||||
|
|
||||||
RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" >> /etc/apt/sources.list && \
|
RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" >> /etc/apt/sources.list && \
|
||||||
echo "deb http://ppa.launchpad.net/ondrej/apache2/ubuntu bionic main" >> /etc/apt/sources.list && \
|
echo "deb http://ppa.launchpad.net/ondrej/apache2/ubuntu bionic main" >> /etc/apt/sources.list && \
|
||||||
echo "deb http://ppa.launchpad.net/git-core/candidate/ubuntu bionic main" >> /etc/apt/sources.list && \
|
echo "deb http://ppa.launchpad.net/git-core/candidate/ubuntu bionic main" >> /etc/apt/sources.list && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user