Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jan 31, 2023
2 parents 4fdda37 + 25c75f9 commit ff5973c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt upgrade -y && \
apt install -y sudo git curl neofetch git-lfs ca-certificates \
unzip zip bash vim nano python3 python3-pip libarchive-tools gnupg lsb-release
unzip zip bash vim nano python3 python3-pip libarchive-tools gnupg lsb-release pkg-config \
libssl-dev

# Setup the user environment
RUN groupadd -g ${USER_GID} ${USERNAME} && \
Expand Down
2 changes: 1 addition & 1 deletion images/base/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ghcr.io/auguwu/coder-images/base:latest
This image is the main base for all of the images in this repository. It uses the **Arch Linux** distribution since I am most comfortable in that distribution, I might provide Debian and Ubuntu variants, if other people use this!
This image is the main base for all of the images in this repository.

## Bundled Software
| Name | Description | Version |
Expand Down
32 changes: 16 additions & 16 deletions template/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "0.6.9"
version = "0.6.10"
}

docker = {
Expand Down

0 comments on commit ff5973c

Please sign in to comment.