mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
move bash install into previous RUN command
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user