Skip to content

Commit c4297f2

Browse files
authored
Update DrawIO Installation (#53)
* chore: Update Drawio install * fix: Updates path to Source job
1 parent f717c84 commit c4297f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-bullseye
1+
FROM public.ecr.aws/docker/library/python:3.13-bullseye
22

33
RUN apt-get update \
44
&& apt-get install -y apt-transport-https ca-certificates wget curl \

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: 3.x
3030
- name: Install Drawio
3131
run: |
32-
sudo apt-get install -y graphviz wget curl libgbm-dev libasound2 xvfb
32+
sudo apt-get install -y graphviz wget curl libgbm-dev libasound2-dev xvfb
3333
curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
3434
sudo apt -f install -y ./drawio-amd64-*.deb
3535
- name: Install dependencies

docs/application-pipeline/ri-cdk-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Developers need fast-feedback for potential issues with their code. Automation s
3939
The application source code is stored in [AWS CodeCommit](https://aws.amazon.com/codecommit/) repository that is created and initialized from the CDK application in the `CodeCommitSource` construct:
4040

4141
<!--codeinclude-->
42-
[](../../examples/cdk-application-pipeline/infrastructure/src/codecommit-source/index.ts) inside_block:constructor
42+
[](../../examples/cdk-application-pipeline/infrastructure/src/setup.ts) inside_block:constructor
4343
<!--/codeinclude-->
4444

4545
???+ required "Test Source Code"

0 commit comments

Comments
 (0)