Skip to content

Commit

Permalink
Fix DOCKERFILE_HADOLINT's lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeyelid committed Nov 30, 2022
1 parent ec8523f commit 5074fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ FROM mcr.microsoft.com/devcontainers/base:jammy

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
gettext-base \
gettext-base=0.21-4ubuntu4 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 5074fd2

Please sign in to comment.