Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64fc7025ad | |||
| 65279dbe2c |
+2
-1
@@ -7,6 +7,7 @@ RUN apt-get update -qq && \
|
|||||||
apt-get install -y -qq --no-install-recommends \
|
apt-get install -y -qq --no-install-recommends \
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
golang \
|
||||||
lftp \
|
lftp \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
wget \
|
wget \
|
||||||
@@ -18,4 +19,4 @@ RUN wget -q -O /tmp/hugo.deb \
|
|||||||
dpkg -i /tmp/hugo.deb && \
|
dpkg -i /tmp/hugo.deb && \
|
||||||
rm /tmp/hugo.deb
|
rm /tmp/hugo.deb
|
||||||
|
|
||||||
RUN corepack enable && corepack prepare yarn@stable --activate
|
RUN npm install -g yarn
|
||||||
|
|||||||
Reference in New Issue
Block a user