Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed May 26, 2024
1 parent 30f46b4 commit bb01ac0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ ENV USER=user
RUN echo "Running" \
&& apt-get update -y && apt-get upgrade -y \
&& apt-get install git vim curl unzip -y \
&& useradd -m -u 1000 -U -s /bin/sh -d /$USER $USER \
&& useradd -m -u 2000 -U -s /bin/sh -d /$USER $USER \
&& chown -R $USER:$USER /codekarma \
&& curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | bash \
&& cp /codekarma/dist/codekarma /usr/local/bin \
&& /usr/local/bin/codekarma --version \
&& echo "Ready"

USER $USER
Expand Down

0 comments on commit bb01ac0

Please sign in to comment.