Skip to content
Snippets Groups Projects
Commit ddeaef68 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

add curl

parent ac9e52ec
Branches
No related tags found
No related merge requests found
FROM rabbitmq:3.13.3-alpine
LABEL author="Sofiane Lasri"
RUN adduser --disabled-password --home /home/container container
RUN apk add --no-cache --update curl && adduser --disabled-password --home /home/container container
USER container
ENV USER=container HOME=/home/container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment