Skip to content

Commit

Permalink
image: add correct entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Jun 6, 2024
1 parent c713339 commit 3d23e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ RUN sudo add-apt-repository -y ppa:git-core/ppa && \
# install libdecor
RUN dpkg --force-all -i libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb

SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]

0 comments on commit 3d23e83

Please sign in to comment.