Changeset 1020:9a5c3cd7ef34
- Timestamp:
- 05/25/20 18:01:27 (4 years ago)
- Branch:
- python3
- Phase:
- public
- 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.041 FROM ubuntu:focal-20200423 2 2 3 3 RUN 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 \ 5 5 software-properties-common && \ 6 6 add-apt-repository -y ppa:ondrej/php && \ 7 7 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 \ 9 9 patch \ 10 10 mysql-client \ … … 17 17 18 18 COPY entrypoint.sh init.sql php.ini.patch / 19 COPY mysql.cnf /etc/mysql/conf.d 19 20 20 21 ENTRYPOINT ["/entrypoint.sh"]
Note:
See TracChangeset
for help on using the changeset viewer.