Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit febf344

Browse files
committed
Remove unnecessary libraries
1 parent ae15398 commit febf344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ WORKDIR /Mango
44

55
COPY . .
66
COPY package*.json .
7-
RUN apk add --no-cache nodejs yarn sqlite sqlite-doc sqlite-static sqlite-dev sqlite-libs yaml \
8-
&& apk add uglifycss uglify-js --repository http://nl.alpinelinux.org/alpine/edge/testing/ \
7+
RUN apk add --no-cache yarn yaml sqlite-static \
98
&& make static
109

1110
FROM library/alpine

0 commit comments

Comments
 (0)