Skip to content

Commit

Permalink
LIterally the default image
Browse files Browse the repository at this point in the history
  • Loading branch information
flybrianfly committed Nov 30, 2024
1 parent 206eeb3 commit 83aad4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM ubuntu:latest
FROM ubuntu:focal

COPY first-run-notice.txt /tmp/scripts/

Expand Down Expand Up @@ -61,8 +61,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get upgrade -y \
&& add-apt-repository universe \
&& rm -rf /var/lib/apt/lists/* \
&& pip install cpplint
&& rm -rf /var/lib/apt/lists/*

# Verify expected build and debug tools are present
RUN apt-get update \
Expand Down

0 comments on commit 83aad4e

Please sign in to comment.