Skip to content

Commit

Permalink
build(dockerfile): add rimraf library
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosaenz117 committed Jan 14, 2021
1 parent cfc65bc commit 70e63ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN chown -R bulwark:bulwark /bulwark
# DB Wait MySQL Status Up, requires mysql-client
RUN apk add --no-cache mysql-client

RUN npm install typescript -g
RUN npm install typescript -g && npm install rimraf -g

# Runas User
USER bulwark
Expand Down

0 comments on commit 70e63ba

Please sign in to comment.