Skip to content

Commit

Permalink
Bugfixes: hspm and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Saporetti Junior committed Dec 29, 2023
1 parent 9e81055 commit 8c4e058
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ MAINTAINER Hugo Saporetti Junior<homesetup@gmail.com>

USER root

ENV SHELL=/bin/bash
ENV USER=jenkins
ENV GROUP=jenkins
ENV HOME=/home/jenkins

RUN apk -U upgrade
RUN apk add --no-cache python3
Expand All @@ -22,8 +18,7 @@ RUN apk add --no-cache bash
RUN apk add --no-cache vim
RUN ln -sf "$(command -v python3)" "$(dirname $(command -v python3))/python"

USER jenkins
WORKDIR "${HOME}"
WORKDIR "~/"

RUN curl -o- https://raw.githubusercontent.com/yorevs/homesetup/master/install.bash | bash

Expand Down

0 comments on commit 8c4e058

Please sign in to comment.