Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vbem authored Mar 28, 2022
1 parent 225a868 commit fd19ae9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ CMD ["/bin/bash"]
FROM fresh AS tester
RUN function log { echo -e "\e[7;36m$(date +%F_%T)\e[0m\e[1;96m $*\e[0m" > /dev/stderr ; } \
\
&& log "Test os-release" \
&& cat /etc/os-release \
\
&& log "Test APK repositories" \
&& cat /etc/apk/repositories\
&& cat /etc/apk/repositories \
\
&& log "Test timezone" \
&& readlink -vf /etc/localtime \
Expand Down

0 comments on commit fd19ae9

Please sign in to comment.