remove erroneous \

This commit is contained in:
jowj 2018-05-03 11:55:34 -05:00
parent a3bc170f4b
commit ae9ef0423b

View File

@ -42,7 +42,7 @@ RUN apk add \
# configure a user
RUN addgroup -S "$username" \
&& adduser -S -G "$username" -s /bin/bash "$username" \
&& adduser -S -G "$username" -s /bin/bash "$username"
# ARG enablesudo="true"
# RUN if test "$enablesudo"; then true \