Skip to content

Commit

Permalink
feat(ci): sync build_number envar
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 6, 2024
1 parent 9332655 commit 56144e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM python:3.12-slim

# Receive build number as argument, retain as environment variable
ARG BUILD_NUMBER=0
ENV BUILD_NUMBER=${BUILD_NUMBER}

# Packages and nonroot user
RUN apt update && \
apt install -y --no-install-recommends gcc libpq-dev python3-dev && \
Expand Down

0 comments on commit 56144e2

Please sign in to comment.