Skip to content
Snippets Groups Projects
Commit e658dda4 authored by sub's avatar sub
Browse files

slightly better

parent c5586a15
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,12 @@ WORKDIR /src ...@@ -4,7 +4,12 @@ WORKDIR /src
RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends curl ca-certificates nodejs RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends curl ca-certificates nodejs
RUN curl -qL https://www.npmjs.com/install.sh | sh RUN curl -qL https://www.npmjs.com/install.sh | sh
RUN npm install webpack -g RUN npm install --save core-js@3.3
RUN npm install --save css-loader@6.5.0
RUN npm update
RUN npm install
RUN ./node_modules/.bin/webpack
# Debian bullseye can't build gostatic due to its strict dependency # Debian bullseye can't build gostatic due to its strict dependency
# on Go 1.16, so we build it separately. # on Go 1.16, so we build it separately.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment