Skip to content

Commit

Permalink
install commands removed from Dockerfile, since they are already in t…
Browse files Browse the repository at this point in the history
…he entrypoint.sh script
  • Loading branch information
jonathanschilling authored Sep 25, 2020
1 parent 55de785 commit 077e88c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ FROM alpine:edge
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

# Install required packages
RUN apk add doxygen graphviz ttf-freefont perl build-base texlive-full biblatex

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 077e88c

Please sign in to comment.