Skip to content

Commit

Permalink
Add magic packages to dokku image.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Apr 29, 2024
1 parent f989d36 commit 54aa33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/dev/dokku/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN mkdir /app
WORKDIR /app

RUN apk update
RUN apk add --no-cache curl nodejs
RUN apk add --no-cache curl nodejs libmagic-static file

COPY --from=rust /src/deepwell/target/release/deepwell /usr/local/bin/deepwell
COPY --from=node /app /app/framerail
Expand Down

0 comments on commit 54aa33d

Please sign in to comment.