diff --git a/Dockerfile b/Dockerfile index 7fed8f4..af9e269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]