Skip to content

Commit

Permalink
Remove APT upgrade causing timeouts for downgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacpayne committed Jan 5, 2024
1 parent d5f4599 commit 320eb94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions images/runtime/python/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ apt-get update \
apt-transport-https \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen \
&& echo 'msodbcsql17 msodbcsql17/accept_eula select true' | debconf-set-selections \
&& ACCEPT_EULA=Y apt-get install -y msodbcsql17=17.10.4.1-1 \
&& echo 'msodbcsql18 msodbcsql18/accept_eula select true' | debconf-set-selections \
&& ACCEPT_EULA=Y apt-get install -y msodbcsql18=18.2.2.1-1 \
&& ACCEPT_EULA=Y apt-get install -y mssql-tools18 \
&& echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >> ~/.bashrc \
Expand Down
2 changes: 0 additions & 2 deletions images/runtime/python/template.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ RUN pip install --upgrade pip \
&& dpkg -i libffi6_3.2.1-9_amd64.deb \
&& rm libffi6_3.2.1-9_amd64.deb; fi \
&& ln -s /opt/startupcmdgen/startupcmdgen /usr/local/bin/oryx \
&& apt-get update \
&& apt-get upgrade --assume-yes \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /tmp/oryx

Expand Down

0 comments on commit 320eb94

Please sign in to comment.