Skip to content

Commit

Permalink
chore: remove unused dependencies from development dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Jun 28, 2024
1 parent 6e4633a commit ee6dec7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ FROM elixir:1.14-alpine
# Install build dependencies
RUN apk add --no-cache build-base git python3

# Install pdf generation dependencies
RUN apk add --no-cache \
libstdc++ \
libx11 \
libxrender \
libxext \
libssl3 \
ca-certificates \
fontconfig \
freetype \
ttf-droid \
ttf-freefont \
ttf-liberation \
# more fonts
;

# Install hex + rebar
RUN mix local.hex --force && \
mix local.rebar --force
Expand Down

0 comments on commit ee6dec7

Please sign in to comment.