Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 authored Nov 29, 2024
1 parent ab5639e commit fd64667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG VIRTCTL_VERSION=v1.4.0
# renovate: depName=int128/kubelogin
ARG KUBELOGIN_VERSION=v1.31.0

ENV SHELL=/bin/bash
ENV LANG="C.UTF-8"

WORKDIR /tmp

Expand Down Expand Up @@ -98,4 +98,4 @@ WORKDIR /project

USER $USERNAME

CMD ["/bin/bash"]
SHELL ["/bin/bash", "-c"]

0 comments on commit fd64667

Please sign in to comment.