Skip to content

Commit aa404ca

Browse files
author
gdgate
authored
Merge pull request #1678 from chiendm/MSF-17975_gdcshare-in-container
BUGFIX: MSF-17975 Introduce gdcshare to lcm bricks Reviewed-by: Binh Pham https://github.com/helobinvn
2 parents 387c6eb + 96b12b6 commit aa404ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ RUN rvm install jruby-${JRUBY_VERSION} && gem update --system \
3737
WORKDIR /src
3838

3939
RUN groupadd -g 48 apache \
40+
&& groupadd -g 65065 gdcshare \
4041
&& useradd -u 48 -m --no-log-init -r -g apache -G rvm apache \
42+
&& usermod -a -G gdcshare apache \
4143
&& chown apache: /src
4244

4345
USER apache

0 commit comments

Comments
 (0)