Add end-to-end Test
- Add an infrastructur to run local e2e tests. - Add some tests.
This commit is contained in:
@@ -57,27 +57,6 @@ RUN apt-get update -yqq && \
|
||||
openssl \
|
||||
sq
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" user && \
|
||||
mkdir -p /home/user/ && \
|
||||
usermod -a -G sudo user && \
|
||||
chown -R user:user /home/user
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" alice && \
|
||||
mkdir -p /home/alice/ && \
|
||||
chown -R alice:alice /home/alice
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" bob && \
|
||||
mkdir -p /home/bob/ && \
|
||||
chown -R bob:bob /home/bob
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" carol && \
|
||||
mkdir -p /home/carol/ && \
|
||||
chown -R carol:carol /home/carol
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" dave && \
|
||||
mkdir -p /home/dave/ && \
|
||||
chown -R dave:dave /home/dave
|
||||
|
||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" hockeypuck
|
||||
|
||||
COPY mta_provision/ /
|
||||
|
||||
Reference in New Issue
Block a user