Skip to content

Commit

Permalink
attempt this
Browse files Browse the repository at this point in the history
  • Loading branch information
Amateur-God committed Jun 28, 2024
1 parent 7207e49 commit 3d1710b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/adb_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN cmake .. && \
COPY run.sh /run.sh
COPY restricted-shell.sh /usr/local/bin/restricted-shell.sh
COPY adb_connect.sh /usr/local/bin/adb_connect.sh
RUN dos2unix /run.sh /usr/local/bin/restricted-shell.sh /usr/local/bin/adb_connect.sh
RUN chmod +x /run.sh /usr/local/bin/restricted-shell.sh /usr/local/bin/adb_connect.sh

Check failure on line 20 in addons/adb_server/Dockerfile

View workflow job for this annotation

GitHub Actions / Hadolint (addons/adb_server)

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

EXPOSE 5037 7681
Expand Down

0 comments on commit 3d1710b

Please sign in to comment.