Skip to content

Commit

Permalink
Merge pull request #3510 from DFE-Digital/fix-bundler
Browse files Browse the repository at this point in the history
Fix bundling in docker image
  • Loading branch information
asmega authored Jan 14, 2025
2 parents d48e8fe + 953c5a7 commit de060f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add bash postgresql-dev tzdata nodejs curl libc6-compat shared-mime-info
FROM base AS dependencies

RUN apk update
RUN apk add build-base git yarn
RUN apk add build-base git yarn yaml-dev libffi-dev

# Set up install environment
RUN mkdir -p ${DEPS_HOME}
Expand Down

0 comments on commit de060f4

Please sign in to comment.