File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,10 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
99ARG GIT_EDITOR_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/containers/codespaces-linux/.devcontainer/git-ed.sh"
1010ARG SHELLCHECK_VERSION="v0.7.1"
1111SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
12- # hadolint ignore=DL3008
1312RUN apt-get update \
1413 && export DEBIAN_FRONTEND=noninteractive \
1514# Install xz-utils to extract tarballs
16- && apt-get -y install --no-install-recommends xz-utils \
15+ && apt-get -y install --no-install-recommends xz-utils=5.2.4-1 \
1716# Install shellcheck (apt-get doesn't install the latest version needed by VS code, so installing from GitHub release, see:
1817# https://askubuntu.com/a/1228181)
1918 && mkdir -p /tmp/shellcheck \
You can’t perform that action at this time.
0 commit comments