|
|
@@ -6,9 +6,10 @@ RUN apt-get update -y && apt-get install -y \
|
|
|
wget \
|
|
|
python-pip
|
|
|
|
|
|
-RUN wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_Linux-64bit.deb
|
|
|
-RUN dpkg -i hugo*.deb && rm hugo*.deb
|
|
|
-RUN pip install Pygments
|
|
|
+RUN wget https://github.com/gohugoio/hugo/releases/download/v0.62.0/hugo_0.62.0_Linux-64bit.deb \
|
|
|
+ && dpkg -i hugo*.deb \
|
|
|
+ && rm hugo*.deb \
|
|
|
+ && pip install Pygments
|
|
|
|
|
|
COPY tools/docker/nginx/nginx.conf /etc/nginx/nginx.conf
|
|
|
COPY tools/docker/documentation/docs.gethue.com.conf /etc/nginx/sites-available/docs.gethue.com
|