File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22# Stage: base image
33# ============================
44ARG USERNAME=pcluser
5- FROM pcl-docker:1.12.1-alpine3.15 AS base
5+ FROM danieltobon43/ pcl-docker:1.12.1-alpine3.15 AS base
66ARG USERNAME
77RUN apk add --no-cache zsh wget git sudo
88ENV DEBIAN_FRONTEND=noninteractive
@@ -61,14 +61,14 @@ RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -
6161 echo "unset zle_bracketed_paste" >> /home/$USERNAME/.zshrc && unset DEBIAN_FRONTEND
6262WORKDIR /home/$USERNAME
6363EXPOSE 2225
64- CMD [ "zsh" ]
64+
6565
6666# ============================
6767# Stage: development tools
6868# ============================
6969FROM base AS dev
7070USER root
71- RUN apk add --no-cache cmake build-base g++ gcc vim nano clang
71+ RUN apk add --no-cache cmake build-base g++ gcc vim nano clang lcov --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
7272ARG USERNAME
7373USER $USERNAME
7474
@@ -88,4 +88,5 @@ FROM dev AS dev-debug
8888USER root
8989RUN apk add --no-cache gdb rsync openssh-server
9090ARG USERNAME
91- USER $USERNAME
91+ USER $USERNAME
92+ CMD [ "zsh" ]
You can’t perform that action at this time.
0 commit comments