Skip to content

Commit

Permalink
updated base python image for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeyDi committed Aug 7, 2023
1 parent 60ad66b commit ebaa0e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#1A2375",
"titleBar.activeBackground": "#2430A3",
"titleBar.activeForeground": "#FCFCFE"
}
}
3 changes: 2 additions & 1 deletion Docker/python.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
libpq-dev gcc wget gnupg2 curl openssh-client git make build-essential \
make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
pngquant optipng

# add custom host file
# COPY hosts tmp/
Expand Down

0 comments on commit ebaa0e4

Please sign in to comment.