Skip to content

Commit

Permalink
Fix: add web team theme (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon authored Sep 7, 2023
1 parent 6ac38a7 commit 14926d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class _ReplicaRelationNotReady(Exception):
"launchpad",
"light-wordpress-theme",
"mscom",
"resource-centre",
"thematic",
"twentyeleven",
"twentytwenty",
Expand Down
2 changes: 2 additions & 0 deletions wordpress.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
apt-get update \
&& apt-get --purge autoremove -y \
&& apt-get install -y apache2 \
bzr \
curl \
git \
libapache2-mod-php \
Expand Down Expand Up @@ -132,6 +133,7 @@ RUN cd ./wp-content/themes && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-ubuntustudio-wp ubuntustudio-wp && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-launchpad launchpad && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-xubuntu-website xubuntu-website && \
bzr branch lp:resource-centre && \
rm -rf */.git

EXPOSE 80

0 comments on commit 14926d1

Please sign in to comment.