mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
move bash install into previous RUN command
This commit is contained in:
parent
859ed97ca8
commit
656451435e
@ -52,9 +52,8 @@ RUN set -x \
|
||||
--uid 10001 \
|
||||
app \
|
||||
# Create the /data folder
|
||||
&& mkdir /data && chown app:app /data
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
&& mkdir /data && chown app:app /data \
|
||||
&& apk add --no-cache bash
|
||||
|
||||
USER app
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user