Changeset 1020:9a5c3cd7ef34 for docker


Ignore:
Timestamp:
05/25/20 18:01:27 (4 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Updated the website image to Focal

Location:
docker/virtualairlines.hu/context
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • docker/virtualairlines.hu/context/Dockerfile

    r1007 r1020  
    1 FROM ubuntu:18.04
     1FROM ubuntu:focal-20200423
    22
    33RUN apt-get update -y && \
    4     /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install -y \
     4    /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
    55    software-properties-common && \
    66    add-apt-repository -y ppa:ondrej/php && \
    77    apt-get update -y && \
    8     /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install -y \
     8    /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
    99    patch \
    1010    mysql-client \
     
    1717
    1818COPY entrypoint.sh init.sql php.ini.patch /
     19COPY mysql.cnf /etc/mysql/conf.d
    1920
    2021ENTRYPOINT ["/entrypoint.sh"]
Note: See TracChangeset for help on using the changeset viewer.