Skip to content

Commit

Permalink
Fix permission denied on /opt/x11-headless inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Apr 12, 2024
1 parent 7ec2847 commit 192abe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/
&& chmod +x /usr/local/bin/release-cli

# Copy utility scripts and add them to PATH
COPY opt /opt/
COPY --chmod=755 opt /opt/
ENV PATH $PATH:/opt/bin

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 192abe7

Please sign in to comment.