File tree 1 file changed +1
-2
lines changed
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}
9
9
ARG GIT_EDITOR_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/containers/codespaces-linux/.devcontainer/git-ed.sh"
10
10
ARG SHELLCHECK_VERSION="v0.7.1"
11
11
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
12
- # hadolint ignore=DL3008
13
12
RUN apt-get update \
14
13
&& export DEBIAN_FRONTEND=noninteractive \
15
14
# 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 \
17
16
# Install shellcheck (apt-get doesn't install the latest version needed by VS code, so installing from GitHub release, see:
18
17
# https://askubuntu.com/a/1228181)
19
18
&& mkdir -p /tmp/shellcheck \
You can’t perform that action at this time.
0 commit comments