Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jan 7, 2024
1 parent a04006e commit 01fb806
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM crystallang/crystal:latest

WORKDIR /app

RUN apt-get update && apt-get install libmagic-dev -y
RUN apt-get update && \
apt-get install -y \
libmagic-dev \
libsqlite3-dev

COPY . .

Expand Down

0 comments on commit 01fb806

Please sign in to comment.