mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 13:15:32 +08:00
fix(firefox-ext): dockerfile not minifying contents, different result produced
This commit is contained in:
committed by
Thomas Osmonson
parent
90b63b818d
commit
fb01ee2278
@@ -1,6 +1,9 @@
|
||||
FROM debian:buster-slim as builder
|
||||
LABEL maintainer="ux@blockstack.com"
|
||||
|
||||
ENV MINIFY_PRODUCTION_BUILD=true
|
||||
ENV EXT_ENV="prod"
|
||||
|
||||
COPY . .
|
||||
RUN apt-get update -y && apt-get install -y build-essential python3 nodejs zip curl \
|
||||
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||
|
||||
Reference in New Issue
Block a user