probably requires extended hugo?
This commit is contained in:
parent
6d25e48916
commit
5c4b7c7927
@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN apt-get --yes install rsync openssh-client
|
RUN apt-get --yes install rsync openssh-client
|
||||||
|
|
||||||
# Install hugo v0.121.1
|
# Install hugo v0.121.1
|
||||||
RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_0.121.1_Linux-64bit.tar.gz | tar -xz --directory /usr/local/bin
|
RUN curl -sSL https://github.com/gohugoio/hugo/releases/download/v0.121.1/hugo_extended_0.121.1_Linux-64bit.tar.gz | tar -xz --directory /usr/local/bin
|
||||||
|
|
||||||
#ssh needs a valid user to work
|
#ssh needs a valid user to work
|
||||||
RUN adduser --uid 114 jenkins
|
RUN adduser --uid 114 jenkins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user