Skip to content

Commit

Permalink
Remove unused variable in Dockerfile (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz authored Oct 26, 2023
1 parent b5e47de commit da2a25b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.11-buster

ENV DEBIAN_FRONTEND=noninteractive
ENV VIRTUALENV_PYTHON=/usr/bin/python3.8

ARG DEV_PACKAGES="build-essential"

Expand Down

0 comments on commit da2a25b

Please sign in to comment.