Skip to content

Commit 46e9bb4

Browse files
authored
Merge pull request #30 from UCEAP/mkdocs
install mkdocs
2 parents 611b9d0 + 74ffb12 commit 46e9bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1717
&& docker-php-ext-install gd \
1818
&& pecl install redis zip \
1919
&& docker-php-ext-enable redis zip \
20-
&& apt-get install -y mariadb-client redis-tools \
20+
&& apt-get install -y mariadb-client redis-tools mkdocs-material-extensions \
2121
&& apt-get install -y npm libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
2222
&& apt-get install -y dnsutils glow pv \
2323
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
@@ -73,4 +73,4 @@ RUN curl -sL $(curl -s https://api.github.com/repos/atuinsh/atuin/releases/lates
7373
RUN curl -sL $(curl -s https://api.github.com/repos/cli/cli/releases/latest | jq -r '.assets[] | select(.name | endswith("_linux_'`uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/`'.tar.gz")) | .browser_download_url') | tar zx --no-same-owner --wildcards --absolute-names --transform 's,[^/]*,/usr/local,' '*/gh'
7474

7575
# Copy our scripts and template files
76-
COPY local /usr/local/
76+
COPY local /usr/local/

0 commit comments

Comments
 (0)