Skip to content

Commit

Permalink
Change github action docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Oct 26, 2020
1 parent c329550 commit 596de8a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions GithubAction-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
FROM ubuntu:18.04
FROM becheran/mlc:0.13.8

LABEL repository="https://github.com/becheran/mlc"

RUN apt-get update; apt-get install -y ca-certificates; update-ca-certificates
ADD ./mlc /bin/mlc
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN PATH=$PATH:/bin/mlc
RUN chmod +x /bin/mlc

COPY LICENSE README.md /


ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 596de8a

Please sign in to comment.