mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Remove unnecessary libraries
This commit is contained in:
parent
ae15398b6c
commit
febf344d33
@ -4,8 +4,7 @@ WORKDIR /Mango
|
||||
|
||||
COPY . .
|
||||
COPY package*.json .
|
||||
RUN apk add --no-cache nodejs yarn sqlite sqlite-doc sqlite-static sqlite-dev sqlite-libs yaml \
|
||||
&& apk add uglifycss uglify-js --repository http://nl.alpinelinux.org/alpine/edge/testing/ \
|
||||
RUN apk add --no-cache yarn yaml sqlite-static \
|
||||
&& make static
|
||||
|
||||
FROM library/alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user