Skip to content
Snippets Groups Projects
Commit 3ec2e60e authored by Todor Kondić's avatar Todor Kondić
Browse files

docker/ssuser: Fix.

parent fb338304
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,8 @@ base-image: ...@@ -47,8 +47,8 @@ base-image:
- $RUNNER_TAG - $RUNNER_TAG
stage: dep_images stage: dep_images
rules: rules:
# - changes: - changes:
# - docker/base/Dockerfile - docker/base/Dockerfile
script: script:
- cd docker/base - cd docker/base
- docker build --pull -t $BASE_IMAGE . - docker build --pull -t $BASE_IMAGE .
...@@ -63,8 +63,8 @@ ssuser-image: ...@@ -63,8 +63,8 @@ ssuser-image:
- job: base-image - job: base-image
optional: true optional: true
rules: rules:
# - changes: - changes:
# - docker/ssuser/Dockerfile - docker/ssuser/Dockerfile
script: script:
- cd docker/ssuser - cd docker/ssuser
- docker build --pull -t $SSUSER_IMAGE . - docker build --pull -t $SSUSER_IMAGE .
......
FROM gitlab.lcsb.uni.lu:4567/eci/shinyscreen:base FROM gitlab.lcsb.uni.lu:4567/eci/shinyscreen/dep/base:latest
MAINTAINER todor.kondic@uni.lu MAINTAINER todor.kondic@uni.lu
RUN useradd -ms /bin/bash ssuser RUN useradd -ms /bin/bash ssuser
USER ssuser USER ssuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment