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