Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dwc0011 authored and jeffwidman committed Jul 15, 2023
1 parent b564cb7 commit 7dd3187
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FROM_IMAGE=ghcr.io/dependabot/dependabot-core
ARG FROM_IMAGE=dependabot/dependabot-core
FROM $FROM_IMAGE

# Temporarily switch to root user in order to install packages
Expand All @@ -15,10 +15,6 @@ RUN apt-get update \
cmake \
pkg-config \
&& rm -rf /var/lib/apt/lists/*

RUN git config --system credential.'https://git-codecommit.us-east-1.amazonaws.com'.helper '!aws codecommit credential-helper $@' && \
git config --system credential.'https://git-codecommit.us-east-1.amazonaws.com'.UseHttpPath true

USER dependabot

RUN curl -L -o ~/.vimrc https://github.com/hmarr/dotfiles/raw/main/vimrc-vanilla.vim && \
Expand Down

0 comments on commit 7dd3187

Please sign in to comment.