Skip to content

Commit

Permalink
Fix Dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 23, 2024
1 parent 5f6e6e9 commit 328fa03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .docker/Dockerfile.alpine-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ RUN apk add --no-cache \
zlib-dev \
libffi-dev \
cairo-dev \
pkgconfig \
; \
fi
pkgconfig

COPY . /app

Expand Down

0 comments on commit 328fa03

Please sign in to comment.