ntolppi
Results
1
comments of
ntolppi
Example Dockerfile for using shiro hasher cli in container: ``` ARG SHIRO_VERSION="2.0.5" FROM maven:sapmachine AS build # Redeclare ARG ARG SHIRO_VERSION WORKDIR /src # Get tar.gz release using curl, wget...