Skip to content

Commit

Permalink
Test docker actions #19, delete dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
sabexzero committed Apr 20, 2024
1 parent 1b2606d commit d88d467
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ COPY gradle ./gradle/

COPY src ./src/

RUN apt-get update && \
apt-get install dos2unix && \
apt-get clean \

RUN gradle wrapper
RUN dos2unix gradlew
RUN chmod +x gradlew
RUN ./gradlew lib:build

Expand Down

0 comments on commit d88d467

Please sign in to comment.