Skip to content

Commit

Permalink
Fix for enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Dec 9, 2024
1 parent e83ff83 commit d66f088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk add --no-cache bash yaml-cpp
RUN apk add --no-cache py3-cffi libc-dev libffi-dev gcc python3-dev glib pango cairo
RUN apk add --no-cache musl musl-utils musl-locales tzdata lang
RUN apk add --no-cache gettext fontconfig ttf-freefont font-noto terminus-font
RUN apk add --no-cache file-dev gcc
RUN apk add --no-cache file-dev gcc g++ zlib-dev make python3-dev py3-numpy jpeg-dev

COPY backend /code/
COPY enterprise/backend/enterprise_core /code/enterprise_core
Expand Down

0 comments on commit d66f088

Please sign in to comment.