Skip to content

Commit ebaa0e4

Browse files
committed
updated base python image for mkdocs
1 parent 60ad66b commit ebaa0e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#1A2375",
4+
"titleBar.activeBackground": "#2430A3",
5+
"titleBar.activeForeground": "#FCFCFE"
6+
}
7+
}

Docker/python.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
3636
libpq-dev gcc wget gnupg2 curl openssh-client git make build-essential \
3737
make build-essential libssl-dev zlib1g-dev \
3838
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
39-
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
39+
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
40+
pngquant optipng
4041

4142
# add custom host file
4243
# COPY hosts tmp/

0 commit comments

Comments
 (0)