Try to get more times
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
FROM node:10.15.0 as app
|
||||
|
||||
RUN \
|
||||
apt -y update && \
|
||||
apt -y install moreutils
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#wildcard as some files may not be in all repos
|
||||
|
||||
Reference in New Issue
Block a user