mirror of
https://github.com/tiennm99/miti99.git
synced 2026-09-15 16:19:46 +00:00
Update Dockerfile
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@ ENV HUGO_ENVIRONMENT=production
|
||||
ENV HUGO_ENV=production
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
wget \
|
||||
git \
|
||||
golang \
|
||||
nodejs \
|
||||
npm \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
wget
|
||||
|
||||
RUN wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-arm64.deb \
|
||||
&& dpkg -i /tmp/hugo.deb \
|
||||
|
||||
Reference in New Issue
Block a user