Skip to content

Commit

Permalink
no official swig apt pkg in 12.5; use pypi ver instead?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Feb 17, 2024
1 parent 6239955 commit a3aae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN mkdir -m 0755 -p /etc/apt/keyrings/ \
google-chrome-stable \
build-essential=12.9 \
libpython3-dev \
swig=4.0.2-1 \
fonts-liberation=1:1.07.4-11 \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -29,6 +28,7 @@ RUN pip install \
--no-cache-dir \
--trusted-host pypi.python.org \
--requirement requirements.txt \
swig \
google-python-cloud-debugger==2.18

COPY ./config/ ./config
Expand Down

0 comments on commit a3aae08

Please sign in to comment.