Skip to content

Commit

Permalink
lambda docker image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Dec 5, 2024
1 parent bfb5ab9 commit 8c3ebda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile.lambda
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ENV POETRY_VIRTUALENVS_CREATE="false"
ENV PATH="${APP_VENV}/bin:${POETRY_HOME}/bin:$PATH"

RUN apk add --no-cache bash build-base git libtool cmake autoconf automake gcc musl-dev postgresql-dev g++ libc6-compat make libffi-dev libmagic libcurl curl-dev rust cargo && rm -rf /var/cache/apk/*

# Install libexecinfo-dev ffrom a previous alpine version - check if this is still needed when we next upgrade the base image
RUN apk add --repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main/ libexecinfo-dev
RUN mkdir -p ${TASK_ROOT}
WORKDIR ${TASK_ROOT}

Expand Down

0 comments on commit 8c3ebda

Please sign in to comment.