Skip to content

Commit

Permalink
Add coreutils to image
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Dec 29, 2023
1 parent 86a70ea commit 3feaa4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tileupdater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine

RUN apk add --update coreutils && rm -rf /var/cache/apk/*

WORKDIR /app

COPY . .
Expand Down

0 comments on commit 3feaa4e

Please sign in to comment.