Skip to content

Commit

Permalink
alles überflüssig
Browse files Browse the repository at this point in the history
  • Loading branch information
frie321984 committed Mar 29, 2024
1 parent 3f4003b commit 31fa5e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
9 changes: 1 addition & 8 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dnf install -y vim-enhanced
RUN dnf install -y make
RUN dnf install -y tree
RUN dnf install -y rsync
RUN dnf install -y buildah
RUN dnf install -y openssh

# python packages
RUN pip3 install pelican
Expand All @@ -34,16 +34,9 @@ RUN git clone https://github.com/frie321984/shellshaper && \
cp /shellshaper/.gitshortcuts.bashrc ~ && \
cat /shellshaper/bashrc-appendix >> ~/.bashrc

RUN groupadd nonroot \
&& useradd -c 'default user' -g nonroot lisa

# https://www.deutschlandfunkkultur.de/frauen-informatik-programmieren-geschichte-100.html
USER lisa

# Set the working directory
WORKDIR /workspace

# Start bash shell
CMD ["/bin/bash"]


Binary file modified README.md
Binary file not shown.
61 changes: 0 additions & 61 deletions alpine.Containerfile

This file was deleted.

3 changes: 0 additions & 3 deletions gitconfig

This file was deleted.

0 comments on commit 31fa5e0

Please sign in to comment.