Skip to content

Commit

Permalink
start update
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsleycj committed Sep 11, 2023
1 parent f113817 commit 070df7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ RUN \
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm" &&\
yum install -y session-manager-plugin.rpm

# Add user to /etc/passwd for keygen in Makefile
# Add user for keygen in Makefile
ARG USER
RUN \
echo "user:x:${USER}:0:root:/:/bin/bash" >> /etc/passwd
useradd -u ${USER} user

WORKDIR /CIRRUS-core

Expand Down

0 comments on commit 070df7f

Please sign in to comment.