Skip to content

Commit 7171304

Browse files
updated ubuntu
1 parent c946c9e commit 7171304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ RUN apt-get update && \
1616
apt-get install busybox=${BUSYBOX_VERSION} && \
1717
ln -s /bin/busybox /usr/bin/[[
1818

19-
2019
COPY ./start.sh /run/start.sh
2120
RUN chmod +x /run/start.sh
2221

23-
2422
RUN addgroup --gid 3000 nodegroup \
2523
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
2624
USER nodeuser

0 commit comments

Comments
 (0)