File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "workbench.colorCustomizations" : {
3+ "activityBar.background" : " #1A2375" ,
4+ "titleBar.activeBackground" : " #2430A3" ,
5+ "titleBar.activeForeground" : " #FCFCFE"
6+ }
7+ }
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments