Skip to content

Commit

Permalink
removed start wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 9, 2024
1 parent 2450828 commit b921f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}

### 3. MODIFICATIONS
COPY build.sh /tmp/build.sh
COPY modules/* /tmp/modules
COPY modules /tmp/modules

RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \
Expand Down

0 comments on commit b921f8d

Please sign in to comment.