Epikcoder commited on
Commit ·
9a38238
1
Parent(s): 503e88a
varo gendeng
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -25,8 +25,11 @@ RUN apk add --no-cache \
|
|
| 25 |
librsvg-dev \
|
| 26 |
cairo \
|
| 27 |
pango
|
|
|
|
| 28 |
# Install npm dependencies
|
| 29 |
RUN npm install
|
|
|
|
|
|
|
| 30 |
|
| 31 |
# Link the resolver library
|
| 32 |
RUN ln -s /lib/libresolv.so.2 /usr/lib/libresolv.so.2
|
|
|
|
| 25 |
librsvg-dev \
|
| 26 |
cairo \
|
| 27 |
pango
|
| 28 |
+
|
| 29 |
# Install npm dependencies
|
| 30 |
RUN npm install
|
| 31 |
+
RUN npm install
|
| 32 |
+
|
| 33 |
|
| 34 |
# Link the resolver library
|
| 35 |
RUN ln -s /lib/libresolv.so.2 /usr/lib/libresolv.so.2
|