Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
Wordpress Dev Environment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anh Le
Wordpress Dev Environment
Commits
090973a6
Commit
090973a6
authored
Jul 23, 2022
by
Anh Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Them mot so thu vien cho python
parent
352014aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
dockerfile
dockerfile
+4
-1
No files found.
dockerfile
View file @
090973a6
...
...
@@ -4,7 +4,10 @@ RUN export DEBIAN_FRONTEND=noninteractive
RUN
ln
-fs
/usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime
RUN
apt-get update
&&
apt-get upgrade
-y
RUN
apt-get
install
-y
--no-install-recommends
iputils-ping zip unzip wget apache2 mysql-client php php-common php-mysql php-xml php-xmlrpc php-curl php-gd php-imagick php-cli php-dev php-imap php-mbstring php-opcache php-soap php-zip php-intl
RUN
apt-get
install
-y
--no-install-recommends
iputils-ping zip unzip wget apache2 mysql-client php php-common php-mysql php-xml php-xmlrpc php-curl php-gd php-imagick php-cli php-dev php-imap php-mbstring php-opcache php-soap php-zip php-intl python3 python3-pip
RUN
pip3
install
--no-cache-dir
tensorflow torch django djangorestframework markdown django-filter
ENV
PATH "$PATH:/home/developer/.local/bin"
RUN
wget
--no-check-certificate
https://wordpress.org/latest.zip
-O
/tmp/wordpress.zip
RUN
unzip /tmp/wordpress.zip
-d
/var/www/html/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment