Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Reapply "Install libcairo2-dev in dev container"
Browse files Browse the repository at this point in the history
This reverts commit 0fe85ea.
  • Loading branch information
aaron-lane committed Jan 9, 2024
1 parent 0fe85ea commit 6b7618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/devcontainers/python:3.9

RUN apt-get update
RUN apt-get --yes install rabbitmq-server
RUN apt-get --yes install libcairo2-dev rabbitmq-server
RUN mkdir --parents /usr/local/var/postgres
RUN chown vscode:vscode /usr/local/var/postgres

0 comments on commit 6b7618a

Please sign in to comment.