Skip to content

Commit

Permalink
Revert dbt-labs#6865 and fix build with Ubuntu 22.04 (dbt-labs#7352)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshkinkot committed Apr 14, 2023
1 parent 2ddf296 commit e525f69
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# See `/docker` for a generic and production-ready docker file
##

FROM ubuntu:23.04
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
software-properties-common gpg-agent \
&& add-apt-repository ppa:git-core/ppa -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
Expand All @@ -30,13 +30,9 @@ RUN apt-get update \
unixodbc-dev \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get install -y \
python \
python-dev \
python3-pip \
python3.6 \
python3.6-dev \
python-is-python3 \
python-dev-is-python3 \
python3-pip \
python3.6-venv \
python3.7 \
python3.7-dev \
python3.7-venv \
Expand Down

0 comments on commit e525f69

Please sign in to comment.