We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d644f commit 8ce50ceCopy full SHA for 8ce50ce
Dockerfile
@@ -212,6 +212,8 @@ ENV PATH="/usr/local/poetry/bin:$PATH:/root/.krew/bin"
212
# Copy all consolidated files
213
COPY --from=consolidator / /
214
215
+WORKDIR /root
216
+
217
RUN <<'EOT'
218
set -e
219
echo "::group::Install Linux utilities"
config/.bash_profile
@@ -1,5 +1,3 @@
1
-cd $HOME
2
-
3
alias pwd='printf "%q\n" "$(builtin pwd)"'
4
alias cdd='cd - > /dev/null'
5
alias ls='ls --color=auto'
0 commit comments