Skip to content

Commit

Permalink
fix: scripts in containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 7, 2023
1 parent 0c3b679 commit d8bc6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ COPY image-info.sh /tmp/image-info.sh
# Copy ublue-update.toml to tmp first, to avoid being overwritten.
COPY usr/etc/ublue-update/ublue-update.toml /tmp/ublue-update.toml

# Add custom scripts
ADD --chmod=0755 scripts/* /tmp/

# GNOME VRR
RUN if grep -qv "39" <<< "${FEDORA_MAJOR_VERSION}"; then \
Expand Down Expand Up @@ -138,6 +136,8 @@ RUN systemctl enable podman.socket && \

### BEGIN bri

# Add custom scripts
ADD --chmod=0755 scripts/* /tmp/

### add bat
RUN /tmp/bat.sh
Expand Down

0 comments on commit d8bc6d9

Please sign in to comment.