Skip to content

Commit

Permalink
Add both libmagic.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Apr 24, 2024
1 parent 480ce20 commit 8f0057b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/aws/dev/docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM rust:alpine AS rust

# Install system dependencies
RUN apk update
RUN apk add --no-cache build-base libmagic
RUN apk add --no-cache build-base libmagic libmagic-static

# Copy source
RUN mkdir /src
Expand Down
2 changes: 1 addition & 1 deletion install/aws/prod/docker/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM rust:alpine AS rust

# Install system dependencies
RUN apk update
RUN apk add --no-cache build-base libmagic
RUN apk add --no-cache build-base libmagic libmagic-static

# Copy source
RUN mkdir /src
Expand Down

0 comments on commit 8f0057b

Please sign in to comment.