2022-03-15 07:58:58 +00:00
|
|
|
FROM azul/zulu-openjdk:11.0.14
|
2020-06-05 14:20:03 +00:00
|
|
|
RUN apt-get update && apt-get install -y curl apt-transport-https \
|
|
|
|
ca-certificates \
|
|
|
|
curl \
|
|
|
|
gnupg2 \
|
|
|
|
software-properties-common \
|
|
|
|
wget
|
|
|
|
ARG USER="stresstester"
|
|
|
|
RUN useradd -m ${USER}
|