Skip to content

Commit

Permalink
fix: Attempt 2 for unbound variable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Jun 15, 2024
1 parent 7105d14 commit 0a5bae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ ARG SOURCE_TAG="latest"
## this is a standard Containerfile FROM using the build ARGs above to select the right upstream image
FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}

ARG SOURCE_IMAGE="${SOURCE_IMAGE}"
ARG SOURCE_SUFFIX="${SOURCE_SUFFIX}"
ARG SOURCE_TAG="${SOURCE_TAG}"

### 3. MODIFICATIONS
## make modifications desired in your image and install packages by modifying the build.sh script
Expand Down

0 comments on commit 0a5bae7

Please sign in to comment.