1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

remove shell change

This commit is contained in:
dark64 2022-01-14 10:03:42 +01:00
parent 5cf36fc881
commit 4e7505833c

View file

@ -14,10 +14,8 @@ FROM $BASE_IMAGE
ARG WITH_LIBSNARK
ENV ZOKRATES_HOME=/home/zokrates/.zokrates
SHELL ["/bin/bash", "-c"]
RUN apt-get update; \
[ "$WITH_LIBSNARK" = 1 ] && apt-get install -y --no-install-recommends libgmp3-dev; \
[ "$WITH_LIBSNARK" -eq 1 ] && apt-get install -y --no-install-recommends libgmp3-dev; \
useradd -u 1000 -m zokrates
USER zokrates