Skip to content
Snippets Groups Projects
Commit e0d42631 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: cleanup unnecessary code

parent 60e67b00
No related branches found
No related tags found
1 merge request!1Feature: GitLab-CI
...@@ -12,9 +12,4 @@ RUN apt-get update; \ ...@@ -12,9 +12,4 @@ RUN apt-get update; \
RUN echo "lza ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/lza-user RUN echo "lza ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/lza-user
#RUN mkdir /opt/venv/ && cd /opt/venv/; \
# virtualenv -p python3 molecule; \
# . /opt/venv/molecule/bin/activate; \
# pip3 install ansible molecule molecule-docker;
USER lza USER lza
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment