chore: Removed TMUX and added bash to lab containers
Build and Push Dev Containers / build (push) Failing after 21s
Build and Push Dev Containers / build (push) Failing after 21s
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
|
|||||||
openssl-dev \
|
openssl-dev \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
build-base \
|
build-base \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
+2
-2
@@ -2,12 +2,12 @@ FROM git.luke-else.co.uk/luke-else/base:latest
|
|||||||
|
|
||||||
# Install core utilities and development tools
|
# Install core utilities and development tools
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
bash \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
openssh \
|
openssh \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
tmux \
|
|
||||||
sudo \
|
sudo \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
busybox-extras \
|
busybox-extras \
|
||||||
@@ -32,4 +32,4 @@ WORKDIR /home/dev
|
|||||||
|
|
||||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
||||||
|
|
||||||
CMD [ "tmux" ]
|
CMD [ "/bin/zsh" ]
|
||||||
+1
-1
@@ -12,4 +12,4 @@ RUN sudo ./install-opentofu.sh --install-method apk
|
|||||||
# Remove the installer:
|
# Remove the installer:
|
||||||
RUN rm -f install-opentofu.sh
|
RUN rm -f install-opentofu.sh
|
||||||
|
|
||||||
CMD [ "tmux" ]
|
CMD [ "/bin/zsh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user