From 92603115ea306412594dc9b2360e5300926a34df Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 17 Jul 2024 12:07:32 -0400 Subject: [PATCH] syntax fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2ddac6..7fde80e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM alpine:3.20 as build ARG HUGO_VERSION="0.127.0" ARG NODE_VERSION="22.2.0" -RUN apk add --update --no-cache libssl3 ca-certificates openssl-dev curl ninja pkgconf icu-dev git linux-headers libc6-compat make g++ gcc ada-dev brotli-dev c-ares-dev nghttp2-dev python3 samurai zlib-dev py3-pip libuv-dev && - echo "Added dependencies" +RUN apk add --update --no-cache libssl3 ca-certificates openssl-dev curl ninja pkgconf icu-dev git linux-headers libc6-compat make g++ gcc ada-dev brotli-dev c-ares-dev nghttp2-dev python3 samurai zlib-dev py3-pip libuv-dev WORKDIR /tmp